Fix broken links in README

This commit is contained in:
Tobias Groza 2018-09-08 23:46:05 +02:00 committed by GitHub
parent 3f64b997bb
commit 87b08d965b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
NewPipe Tutorial
================
This is the [tutorial](https://teamnewpipe.github.io/tutorial/) for the [NewPipeExtractor](https://github.com/TeamNewPipeExtractor).
This is the [tutorial](https://teamnewpipe.github.io/documentation/) for the [NewPipeExtractor](https://github.com/TeamNewPipeExtractor).
It's thought for thous who want to write their own service, or use NewPipeExtractor in their own projects.
This tutorial and the documentation are in an early state. So [feedback](https://github.com/TeamNewPipe/tutorial/issues) is always welcome :D
This tutorial and the documentation are in an early state. So [feedback](https://github.com/TeamNewPipe/documentation/issues) is always welcome :D
The tutorial is crated using [`mkdocs`](http://www.mkdocs.org/). You can test and host it your self by running `mkdocs serve` in the root
directory of this project. If you want to deploy your changes and you are one of the maintainers you can run `mkdocs gh-deploy && git push`.