Github user kxepal commented on the pull request:
https://github.com/apache/couchdb/pull/232#issuecomment-43239246
The only problem is how to handle URL path part...that might be too hacky.
Another, most wiser and solid solution, is to let autoconf set right URLs in
`src/fauxton/app/helpers.js` depending on are docs will be built or not.
Say, have there template:
```
"changes":
"%docs_url%/api/database/changes.html?highlight=changes#post--db-_changes"
```
and depending from is `build_docs` is `true` or not replace `%docs_url%`
with `http://docs.couchdb.org/en/latest` or `/_utils/docs` respectively.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---