diff options
author | Sol Jerome <sol.jerome@gmail.com> | 2012-04-17 12:15:22 -0500 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2012-04-17 12:15:22 -0500 |
commit | 67555319c4501ad0ce312244c2c983a7b592a582 (patch) | |
tree | 1a1714bffa4475d4c4315a258368c1c9f796fc7b /doc | |
parent | 1c7a4a23fa27b8a54d43f2f5662f7003238b16c3 (diff) | |
download | bcfg2-67555319c4501ad0ce312244c2c983a7b592a582.tar.gz bcfg2-67555319c4501ad0ce312244c2c983a7b592a582.tar.bz2 bcfg2-67555319c4501ad0ce312244c2c983a7b592a582.zip |
doc: Fix URL
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/_templates/indexsidebar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/_templates/indexsidebar.html b/doc/_templates/indexsidebar.html index 50ae05b46..39916315d 100644 --- a/doc/_templates/indexsidebar.html +++ b/doc/_templates/indexsidebar.html @@ -6,6 +6,6 @@ <h3>Docs for other versions</h3> <ul> <li><a href="http://docs.bcfg2.org/1.1/">Bcfg2 1.1 (stable)</a></li> - <li><a href="http://docs.bcfg2.org/1.1/">Bcfg2 1.2 (stable)</a></li> + <li><a href="http://docs.bcfg2.org/1.2/">Bcfg2 1.2 (stable)</a></li> <li><a href="http://docs.bcfg2.org/dev/">Bcfg2 development documentation</a></li> </ul> |