]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/controllers/feeds.ts
add video upload types, add doc middleware to more routes
[github/Chocobozzz/PeerTube.git] / server / controllers / feeds.ts
index f0717bbbca62dd3b7e55ad58a4dd85d8f6bd1731..865f5c2a129006c7ca7422bbb499ac2af0a8226f 100644 (file)
@@ -293,7 +293,7 @@ function addVideosToFeed (feed, videos: VideoModel[]) {
     feed.addItem({
       title: video.name,
       id: video.url,
-      link: WEBSERVER.URL + '/videos/watch/' + video.uuid,
+      link: WEBSERVER.URL + '/w/' + video.uuid,
       description: video.getTruncatedDescription(),
       content: video.description,
       author: [