diff --git a/docs/Rakefile b/docs/Rakefile index 231f01b6..2d7b2fe8 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 dbae38e9..cc5c81fe 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 cf713f25..6b6faf35 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 7785526c..4165c766 100644 --- a/docs/templates/index.liquid +++ b/docs/templates/index.liquid @@ -18,7 +18,7 @@