Skip to content
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

Links to internal anchors in the Page engine page (and perhaps other pages) don't work #59

Open
divdavem opened this issue Feb 5, 2014 · 1 comment
Assignees
Labels

Comments

@divdavem
Copy link
Member

divdavem commented Feb 5, 2014

In the following page:
http://ariatemplates.com/usermanual/latest/page_engine
Click on the link "later" in the "Getting started" section... but nothing happens.
That's because the link targets the following url:
http://ariatemplates.com/usermanual/latest/page_engine#Page_providers
Which does not match the name of the anchor. The following link works fine:
http://ariatemplates.com/usermanual/latest/page_engine#page-providers
It is the same with all the internal links of this page.

This error probably comes from the difference in the way anchor names were generated with MediaWiki and are now with the new system.
This probably may also happen in other pages as well (I did not check).

@benouat
Copy link
Member

benouat commented Feb 6, 2014

You are right @divdavem !
All the internal anchors that were generated by the original Mediawiki install we had are now wrong.

We need to change them all.

@benouat benouat self-assigned this Feb 6, 2014
@jakub-g jakub-g added the bug label Dec 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants