From 74eb914aba5ff4abfed2574f4555c6a358ae6dbd Mon Sep 17 00:00:00 2001 From: Stephen Dolan Date: Mon, 6 May 2013 15:03:14 +0100 Subject: [PATCH] Add trailing slashes to various internal doc links. Fixes #110 --- docs/Rakefile | 2 +- docs/content/1.tutorial/default.yml | 4 ++-- docs/content/index/index.yml | 2 +- docs/templates/index.liquid | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Rakefile b/docs/Rakefile index 231f01b..2d7b2fe 100644 --- a/docs/Rakefile +++ b/docs/Rakefile @@ -47,7 +47,7 @@ task :serve do run Bonsai::DevelopmentServer } Rack::Handler.default.run(app, :Port => 5000) do - Launchy.open("http://localhost:5000/jq") + Launchy.open("http://localhost:5000/jq/") end } Watch.new("{content,templates,public}/**/*") { Bonsai::Exporter.process! } diff --git a/docs/content/1.tutorial/default.yml b/docs/content/1.tutorial/default.yml index dbae38e..cc5c81f 100644 --- a/docs/content/1.tutorial/default.yml +++ b/docs/content/1.tutorial/default.yml @@ -237,5 +237,5 @@ body: - - - Here endeth the tutorial! There's lots more to play with, go - read [the manual](../manual) if you're interested, and [download - jq](../download) if you haven't already. \ No newline at end of file + read [the manual](../manual/) if you're interested, and [download + jq](../download/) if you haven't already. \ No newline at end of file diff --git a/docs/content/index/index.yml b/docs/content/index/index.yml index cf713f2..6b6faf3 100644 --- a/docs/content/index/index.yml +++ b/docs/content/index/index.yml @@ -23,5 +23,5 @@ body3: | shorter and simpler than you'd expect. tail: | - Go read the [tutorial](tutorial) for more, or the [manual](manual) + Go read the [tutorial](tutorial/) for more, or the [manual](manual/) for *way* more. \ No newline at end of file diff --git a/docs/templates/index.liquid b/docs/templates/index.liquid index 7785526..4165c76 100644 --- a/docs/templates/index.liquid +++ b/docs/templates/index.liquid @@ -18,7 +18,7 @@ -- 2.40.0