Skip to content

Commit 122b758

Browse files
authored
Fix references to the wiki in README
1 parent 51d4b67 commit 122b758

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ These modifications are applied via a set of filters using the [HTML::Pipeline](
8989

9090
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.).
9191

92-
More information about scrapers and filters is available on the [wiki](https://github.com/freeCodeCamp/devdocs/wiki).
92+
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.
9393

9494
## Available Commands
9595

@@ -131,8 +131,6 @@ If multiple versions of Ruby are installed on your system, commands must be run
131131

132132
Contributions are welcome. Please read the [contributing guidelines](https://github.com/freeCodeCamp/devdocs/blob/master/.github/CONTRIBUTING.md).
133133

134-
DevDocs's own documentation is available on the [wiki](https://github.com/freeCodeCamp/devdocs/wiki).
135-
136134
## Documentation
137135

138136
* [Adding documentations to DevDocs](./docs/adding-docs.md)

0 commit comments

Comments
 (0)