diff options
-rw-r--r-- | src/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index 34006c3..5eac281 100644 --- a/src/index.html +++ b/src/index.html @@ -79,7 +79,7 @@ <p class="card-text">How did this all begin? How are the star clusters simulated? How is the simulation so fast? Where can I learn more about this? Who are Julio Navarro, Carlos Frenk, Simon White, Josh Barnes and Piet Hut?</p> </div> <div class="card-footer"> - <a href="#" class="btn btn-primary">More info</a> + <a href="about.html" class="btn btn-primary">More info</a> </div> </div> </div> |