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

Searching for .: has two 404 pages #1346

Closed
zoffixznet opened this issue May 28, 2017 · 4 comments
Closed

Searching for .: has two 404 pages #1346

zoffixznet opened this issue May 28, 2017 · 4 comments

Comments

@zoffixznet
Copy link
Contributor

Searching for .: on the docs gives two results that end up on 404 pages https://docs.perl6.org/routine/.:: and https://docs.perl6.org/routine/.:%3Cprefix%3E

@AlexDaniel
Copy link
Member

These are now not indexed, but they are listed on https://docs.perl6.org/routine-operator.html

@tisonkun
Copy link
Member

tisonkun commented Nov 6, 2017

This is because when link to /routine/sub is redirected to /routine/sub.html.
However, it's broken if the sub is itself starting with ..

@JJ JJ added the TPF Grant label Apr 7, 2018
@JJ
Copy link
Contributor

JJ commented May 2, 2018

They are indexed under different names, for instance, prefix call. But those 404 pages are not nice. Maybe they are related to #1971, since the file name they are generating is not correct.

@JJ JJ removed the JJ TPF Grant label May 14, 2018
@JJ
Copy link
Contributor

JJ commented May 20, 2018

The first one works now, the second one does not. Searching for both still issue errors.

@JJ JJ closed this as completed in e03987d Jul 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants