mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Updated references to the repo to the new org
This commit is contained in:
parent
278467cc0c
commit
4e17b7cf3d
4 changed files with 9 additions and 9 deletions
|
@ -9,7 +9,7 @@
|
|||
<div class="profile-img-container">
|
||||
<div class="profile-img">
|
||||
<img
|
||||
src="https://www.gravatar.com/avatar/{{emailHash}}?d={{applicationLogo ? applicationLogo : 'https://raw.githubusercontent.com/tidusjar/Ombi/gh-pages/img/android-chrome-512x512.png'}}" />
|
||||
src="https://www.gravatar.com/avatar/{{emailHash}}?d={{applicationLogo ? applicationLogo : 'https://raw.githubusercontent.com/Ombi-app/Ombi/gh-pages/img/android-chrome-512x512.png'}}" />
|
||||
</div>
|
||||
<div class="profile-info">
|
||||
<h3>{{username}}</h3>
|
||||
|
|
|
@ -24,8 +24,8 @@
|
|||
|
||||
<div class="mat-row">
|
||||
<div class="mat-cell">Github</div>
|
||||
<div class="mat-cell"> <a href="https://github.com/tidusjar/Ombi"
|
||||
target="_blank">https://github.com/tidusjar/Ombi</a></div>
|
||||
<div class="mat-cell"> <a href="https://github.com/Ombi-app/Ombi"
|
||||
target="_blank">https://github.com/Ombi-app/Ombi</a></div>
|
||||
</div>
|
||||
|
||||
<div class="mat-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://github.com/Ombi-app/Ombi/wiki"
|
||||
target="_blank">https://github.com/Ombi-app/Ombi/wiki</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://github.com/Ombi-app/Ombi/wiki/Update-Settings'"></wiki>
|
||||
<div *ngIf="form" class="small-middle-container">
|
||||
<fieldset>
|
||||
<legend>Update Settings</legend>
|
||||
|
|
|
@ -25,7 +25,7 @@ namespace Ombi.Controllers.V2
|
|||
[HttpGet("news")]
|
||||
public async Task<IActionResult> GetNews()
|
||||
{
|
||||
var result = await _client.GetAsync("https://raw.githubusercontent.com/tidusjar/Ombi.News/main/README.md");
|
||||
var result = await _client.GetAsync("https://raw.githubusercontent.com/Ombi-app/Ombi.News/main/README.md");
|
||||
var content = await result.Content.ReadAsStringAsync();
|
||||
var md = Markdown.ToHtml(content);
|
||||
return Ok(md);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue