From 065151a77f042fe6101139bae7d69991fe2c5267 Mon Sep 17 00:00:00 2001 From: bootstraponline Date: Sun, 14 Oct 2012 14:25:27 -0600 Subject: [PATCH] Add base_path disclaimer --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0646c450..381edbfd 100644 --- a/README.md +++ b/README.md @@ -413,6 +413,8 @@ By default, internal wiki links are all absolute from the root. To specify a dif wiki = Gollum::Wiki.new("my-gollum-repo.git", :base_path => "/wiki") +Note that base_path just modifies the links. To map gollum to a non-root location, use `map` in config.ru. See [#532](https://github.com/github/gollum/issues/532). + Get the latest version of the given human or canonical page name: page = wiki.page('page-name')