mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Update wiki links
This commit is contained in:
parent
8a54f40159
commit
e3f546965a
3 changed files with 8 additions and 8 deletions
|
@ -661,7 +661,7 @@
|
|||
|
||||
- Added capture of anonymous analytical data. [tidusjar]
|
||||
|
||||
- Added {AvailableDate} as a Notification Variable, this is the date the request was marked as available. See here: https://github.com/tidusjar/Ombi/wiki/Notification-Template-Variables. [tidusjar]
|
||||
- Added {AvailableDate} as a Notification Variable, this is the date the request was marked as available. See here: https://docs.ombi.app/info/notification-template-variables/. [tidusjar]
|
||||
|
||||
- Added the ability to search movies via the movie db with a different language! [tidusjar]
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<settings-menu></settings-menu>
|
||||
<settings-menu></settings-menu>
|
||||
<div *ngIf="about" class="small-middle-container">
|
||||
<legend>About</legend>
|
||||
<div class="row">
|
||||
|
@ -41,14 +41,14 @@
|
|||
|
||||
<div class="mat-row">
|
||||
<div class="mat-cell">Issues</div>
|
||||
<div class="mat-cell"> <a href="https://github.com/tidusjar/Ombi/issues"
|
||||
target="_blank">https://github.com/tidusjar/Ombi/issues</a></div>
|
||||
<div class="mat-cell"> <a href="https://github.com/Ombi-app/Ombi/issues"
|
||||
target="_blank">https://github.com/Ombi-app/Ombi/issues</a></div>
|
||||
</div>
|
||||
|
||||
<div class="mat-row">
|
||||
<div class="mat-cell">Wiki</div>
|
||||
<div class="mat-cell"> <a href="https://github.com/tidusjar/Ombi/wiki"
|
||||
target="_blank">https://github.com/tidusjar/Ombi/wiki</a></div>
|
||||
<div class="mat-cell"> <a href="https://docs.ombi.app"
|
||||
target="_blank">https://docs.ombi.app</a></div>
|
||||
</div>
|
||||
|
||||
<div class="mat-row">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
|
||||
<settings-menu></settings-menu>
|
||||
<wiki [path]="'https://github.com/tidusjar/Ombi/wiki/Update-Settings'"></wiki>
|
||||
<wiki [path]="'https://docs.ombi.app/guides/updating/'"></wiki>
|
||||
<div *ngIf="form" class="small-middle-container">
|
||||
<fieldset>
|
||||
<legend>Update Settings</legend>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue