mootools / website

MooTools Website - move fast and break things
https://mootools.net
45 stars 31 forks source link

Wrong url in Request.JSON page #206

Open ricardograca opened 9 years ago

ricardograca commented 9 years ago

Right at the top there's a link to the Request page, however the link's url is incorrect.

Current: http://mootools.net/Request/docs/1.5.1/Request/Request Expected: http://mootools.net/core/docs/1.5.1/Request/Request

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/7836252-wrong-url-in-request-json-page?utm_campaign=plugin&utm_content=tracker%2F130405&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F130405&utm_medium=issues&utm_source=github).
SergioCrisostomo commented 9 years ago

Thank you @ricardograca will check it out.

The docs have different syntax of markdown. Both:

[Request](/Request/Request)

and

[Request]: /core/Request/Request

We could either fix this in newest docs version (in the Core repo), or add one more exception while compiling so all older versions will compile correct... :grey_question:

SergioCrisostomo commented 9 years ago

Hi @ricardograca!

I think this has been fixed in the past and this issue was not closed then. I close it now as I cannot see the problem anymore.

Obrigado! (oh, and please do reopen if I am wrong)

ricardograca commented 9 years ago

It's still not fixed, but I can't reopen it. Clicking on the link to Request still produces an error:

Oops, this is not the page you're looking for...

To clear any doubts, this is the affected page: http://mootools.net/core/docs/1.5.1/Request/Request.JSON. The wrong link is the "Request" link below the "Extends:" header.

SergioCrisostomo commented 9 years ago

@ricardograca ok, I see the problem now and will fix it. Thanks for fast feedback.