]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/controllers/bots.ts
Translated using Weblate (Spanish)
[github/Chocobozzz/PeerTube.git] / server / controllers / bots.ts
index 8d1fa72f30ded63da0fe4efe4d72016c5b77915f..9e92063d4ecf1be651ece80990ef35a845b38c62 100644 (file)
@@ -75,7 +75,7 @@ async function getSitemapLocalVideoUrls () {
   })
 
   return data.map(v => ({
-    url: WEBSERVER.URL + '/videos/watch/' + v.uuid,
+    url: WEBSERVER.URL + '/w/' + v.uuid,
     video: [
       {
         title: v.name,