diff options
author | RichardDaystrom <RichardDaystrom@web> | 2013-11-24 22:29:36 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-11-24 22:29:36 -0400 |
commit | 997e0071cf0bacf03ffde2196b63ac7b2befa53e (patch) | |
tree | f3c644c5de083ec6886b9a390006fe90a1d54665 | |
parent | 32973a053b1fcb24fe5e497c16708db4d1cae3c8 (diff) | |
download | ikiwiki-997e0071cf0bacf03ffde2196b63ac7b2befa53e.tar ikiwiki-997e0071cf0bacf03ffde2196b63ac7b2befa53e.tar.gz |
Changed `url` to `URL`. ;)
-rw-r--r-- | doc/pagehistory.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pagehistory.mdwn b/doc/pagehistory.mdwn index 5c3b4a8d0..0c7adc0af 100644 --- a/doc/pagehistory.mdwn +++ b/doc/pagehistory.mdwn @@ -1,8 +1,8 @@ ikiwiki supports adding "History" links to the top of pages to browse the revision history of a page. This is enabled by the `historyurl` setting, which is used to specify the URL to a web interface such as [[ViewVC]] -(for Subversion) or [[Gitweb]]. In that url, "\[[file]]" is replaced with +(for Subversion) or [[Gitweb]]. In that URL, "\[[file]]" is replaced with the name of the file to view. The [[plugins/repolist]] plugin can supplement this information with -urls to the underlying repository of the wiki. +URLs to the underlying repository of the wiki. |