replace repo path for in app updater and config files.

This commit is contained in:
Petro Rovenskyi 2024-07-18 20:05:42 +03:00
parent 0498ffd398
commit db67c893f6
2 changed files with 2 additions and 2 deletions

View file

@ -86,7 +86,7 @@ body:
required: true
- label: I have written a short but informative title.
required: true
- label: I have updated the app to pre-release version **[Latest](https://github.com/recloudstream/cloudstream/releases)**.
- label: I have updated the app to pre-release version **[Latest](https://github.com/3a4oT/cloudstream/releases)**.
required: true
- label: I will fill out all of the requested information in this form.
required: true

View file

@ -294,7 +294,7 @@ tasks.withType<DokkaTask>().configureEach {
localDirectory.set(file("src/main/java"))
// URL showing where the source code can be accessed through the web browser
remoteUrl.set(URL("https://github.com/recloudstream/cloudstream/tree/master/app/src/main/java"))
remoteUrl.set(URL("https://github.com/3a4oT/cloudstream/tree/master/app/src/main/java"))
// Suffix which is used to append the line number to the URL. Use #L for GitHub
remoteLineSuffix.set("#L")