groue / GRMustache

Flexible and production-ready Mustache templates for MacOS Cocoa and iOS
http://mustache.github.com/
MIT License
1.44k stars 190 forks source link

Page not found 404 #35

Closed amitvyawahare closed 11 years ago

amitvyawahare commented 11 years ago

I am getting 404 for every link on the main page. Can you please fix it ?

groue commented 11 years ago

Hi. There is no broken link on the main page https://github.com/groue/GRMustache.

What is the URL of that other main page you are talking about?

amitvyawahare commented 11 years ago

Now everything works fine. Thank you for quick response.

Before following URL was not working .:

Introduction: a tour of the library features, and most common use cases. Templates: how to load templates from common sources. Partials: how to embed templates in other templates. Templates Repositories: load templates from less common sources. Runtime: how to provide data to templates Advanced Mustache: Filters: how to process data before it is rendered with "filters". Tag Delegates: how to observe and alter template rendering. Rendering Objects: how to provide your custom rendering code. Protected Contexts: how to have some keys always evaluate to the same value.

groue commented 11 years ago

Actually I can imagine how you got your broken links: you were visiting some version of the home page, in a specific branch, or a specific tag. There is nothing I can do about: this is a consequence of the Github URL scheme. Sometimes I get bitten as well. The main page must be seen from https://github.com/groue/GRMustache, or its links get broken.

Thanks a lot for your notice, anyway :-)