From bd7d9ef49405de88ad502ba7f4faf14aa6484762 Mon Sep 17 00:00:00 2001 From: Jidong Xiao Date: Mon, 11 Sep 2023 21:15:28 -0400 Subject: [PATCH] it should be a github.io page --- lectures/04_pointers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/04_pointers/README.md b/lectures/04_pointers/README.md index 71ca87a..f3955b9 100644 --- a/lectures/04_pointers/README.md +++ b/lectures/04_pointers/README.md @@ -44,7 +44,7 @@ memory location, and store 72 there. This writes the 72 in x’s location. Note: *p is an l-value in the above expression. -- play this [animation](../../animations/pointers/example1/index.html) +- play this [animation](https//jidongxiao.github.io/CSCI1200-DataStructures/animations/pointers/example1/index.html). ## 4.3 Defining Pointer Variables