From 32ee7bd5bcab37e2693f6d2968ee46af43aca95b Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sat, 21 Sep 2019 13:43:15 +0200 Subject: [PATCH] docs(README): Fix link to class documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fd82b7..e9cea30 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,7 @@ $video = new Video('https://www.youtube.com/watch?v=dQw4w9WgXcQ'); $video->getUrl(); ``` -The library documentation is available on [dev.rudloff.pro/alltube/docs/](https://dev.rudloff.pro/alltube/docs/classes/Alltube.Video.html). +The library documentation is available on [alltubedownload.net/docs/](https://alltubedownload.net/docs/classes/Alltube.Video.html). You can also have a look at this [example project](https://github.com/Rudloff/alltube-example-project).