mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Fix references to the wiki in README
This commit is contained in:
parent
51d4b673f1
commit
122b7586e1
1 changed files with 1 additions and 3 deletions
|
@ -89,7 +89,7 @@ These modifications are applied via a set of filters using the [HTML::Pipeline](
|
|||
|
||||
The end result is a set of normalized HTML partials and two JSON files (index + offline data). Because the index files are loaded separately by the [app](#app) following the user's preferences, the scraper also creates a JSON manifest file containing information about the documentations currently available on the system (such as their name, version, update date, etc.).
|
||||
|
||||
More information about scrapers and filters is available on the [wiki](https://github.com/freeCodeCamp/devdocs/wiki).
|
||||
More information about [scrapers](https://github.com/freeCodeCamp/devdocs/blob/master/docs/Scraper-Reference.md) and [filters](https://github.com/freeCodeCamp/devdocs/blob/master/docs/Filter-Reference.md) is available in the `docs` folder.
|
||||
|
||||
## Available Commands
|
||||
|
||||
|
@ -131,8 +131,6 @@ If multiple versions of Ruby are installed on your system, commands must be run
|
|||
|
||||
Contributions are welcome. Please read the [contributing guidelines](https://github.com/freeCodeCamp/devdocs/blob/master/.github/CONTRIBUTING.md).
|
||||
|
||||
DevDocs's own documentation is available on the [wiki](https://github.com/freeCodeCamp/devdocs/wiki).
|
||||
|
||||
## Documentation
|
||||
|
||||
* [Adding documentations to DevDocs](./docs/adding-docs.md)
|
||||
|
|
Loading…
Reference in a new issue