New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page Redirect w/ absolute-URL target no worky #964

Closed
bitprophet opened this Issue Oct 9, 2014 · 2 comments

Comments

Projects
None yet
2 participants
@bitprophet
Contributor

bitprophet commented Oct 9, 2014

General description

  • Added new Page Redirect under the old Fabric RTD instance
  • That project: slug: fabric, title: Fabric (old)
  • Redirect primary key looks like it's 44 going by the web form
  • Redirect is trying to send /en/1.8/changelog.html to http://fabfile.org/changelog.html
  • However actual link (if one visits https://fabric.readthedocs.org/en/1.8/changelog.html) ends up being to http://fabric.readthedocs.org/en/1.8/http://fabfile.org/changelog.html
  • Expected it to go to http://fabfile.org/changelog.html

Ideal solution

Allow absolute redirects for Page Redirect objects. (The help text on the redirects page implies this is allowed.)

Alternate solution

(Probably harder!) Let me manipulate the "out of date, new version is xxx" links on older builds of the legacy Fabric project so they go to pages on the new Fabric project (probably the 'www' one).

@ericholscher

This comment has been minimized.

Show comment
Hide comment
@ericholscher

ericholscher Oct 10, 2014

Member

Thanks for the report :)

Member

ericholscher commented Oct 10, 2014

Thanks for the report :)

@bitprophet

This comment has been minimized.

Show comment
Hide comment
@bitprophet

bitprophet Oct 16, 2014

Contributor

Confirmed works on my end! ❤️ 👍

Contributor

bitprophet commented Oct 16, 2014

Confirmed works on my end! ❤️ 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment