From 19ba5d75686105b510b5c53df96a04c75e63c13d Mon Sep 17 00:00:00 2001 From: Marco Roth Date: Fri, 12 Jun 2026 01:38:53 +0200 Subject: [PATCH] Update docs URL in README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0f6b7b07..a88e7235 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Available resources Yt::Account ----------- -Check [nullscreen.github.io/yt](http://nullscreen.github.io/yt/accounts.html) for the list of methods available for `Yt::Account`. +Check [claudiob.github.io/yt](https://claudiob.github.io/yt/accounts.html) for the list of methods available for `Yt::Account`. Yt::ContentOwner @@ -109,22 +109,22 @@ content_owner.assets.first.custom_id #=> "MoKNJFOIRroc" Yt::Channel ----------- -Check [nullscreen.github.io/yt](http://nullscreen.github.io/yt/channels.html) for the list of methods available for `Yt::Channel`. +Check [claudiob.github.io/yt](https://claudiob.github.io/yt/channels.html) for the list of methods available for `Yt::Channel`. Yt::Video --------- -Check [nullscreen.github.io/yt](http://nullscreen.github.io/yt/videos.html) for the list of methods available for `Yt::Video`. +Check [claudiob.github.io/yt](https://claudiob.github.io/yt/videos.html) for the list of methods available for `Yt::Video`. Yt::Playlist ------------ -Check [nullscreen.github.io/yt](http://nullscreen.github.io/yt/playlists.html) for the list of methods available for `Yt::Playlist`. +Check [claudiob.github.io/yt](https://claudiob.github.io/yt/playlists.html) for the list of methods available for `Yt::Playlist`. Yt::PlaylistItem ---------------- -Check [nullscreen.github.io/yt](http://nullscreen.github.io/yt/playlist_items.html) for the list of methods available for `Yt::PlaylistItem`. +Check [claudiob.github.io/yt](https://claudiob.github.io/yt/playlist_items.html) for the list of methods available for `Yt::PlaylistItem`. Yt::CommentThread ---------------- @@ -217,7 +217,7 @@ videos.where(id: 'jNQXAC9IVRw,invalid').map(&:title) #=> ["Fullscreen Creator Pl Yt::Annotation -------------- -Check [nullscreen.github.io/yt](http://nullscreen.github.io/yt/annotations.html) for the list of methods available for `Yt::Annotation`. +Check [claudiob.github.io/yt](https://claudiob.github.io/yt/annotations.html) for the list of methods available for `Yt::Annotation`. Yt::MatchPolicy