Always link to the current documentation URL.

Review Request #5854 — Created May 21, 2014 and submitted — Latest diff uploaded

Information

Review Board
release-2.0.x
196f6d1...

Reviewers

We've always had to manually update the various URLs to the user manual,
and we've never been very consistent about doing that. However, this is
pretty easy to compute, so there's not much reason for us to have to
change anything.

There's now a new get_manual_url() function that's used to populate the
URL for the web UI and for rb-site. This will use a versioned manual if
it's a released build tagged 'final', or the 'dev' manual otherwise.

Looked at the HTML source to see that the URLs were correct.

Also created a site install and saw the URL it mentioned.

I tested this with release and final set, and without.

    Loading...