From 2a9e1bdf48efcebf0ade62ebf6e8437131f1e377 Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Wed, 15 Sep 2010 09:22:10 -0400 Subject: [PATCH] update a few links --- docs/annotations.html | 6 +----- push-to-web.sh | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/annotations.html b/docs/annotations.html index afe09ac..546afe8 100644 --- a/docs/annotations.html +++ b/docs/annotations.html @@ -9,11 +9,7 @@ - - + diff --git a/push-to-web.sh b/push-to-web.sh index 1003430..e639317 100755 --- a/push-to-web.sh +++ b/push-to-web.sh @@ -8,7 +8,7 @@ site=$1 ./generate-combined.sh # Copy everything to the site. -scp tests/*.html tests/*.js $site/tests/ \ +scp tests/*.html tests/*.js tests/*.html $site/tests/ \ && \ scp dygraph*.js gadget.xml excanvas.js thumbnail.png docs/* $site/ -- 2.7.4