Skip to content

Commit db0bb0f

Browse files
bspidelethantkoenig
authored andcommitted
update_live_site_link_to_bare_door43.org (go-gitea#226)
replace references in gogs from live.door43.org to door43.org Issue-720
1 parent d9177c5 commit db0bb0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/repo/header.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515

1616
<div class="ui right">
1717
<div class="ui compact labeled button" id="see-on-door43-button" tabindex="0">
18-
<a class="ui compact button" target="_blank" href="https://live.door43.org/u/{{.Owner.Name}}/{{.Name}}/">
18+
<a class="ui compact button" target="_blank" href="https://door43.org/u/{{.Owner.Name}}/{{.Name}}/">
1919
<!-- empty icon ensures that this button is same size as Watch/Star/Fork buttons -->
2020
<i class="icon empty-icon"></i><span>{{$.i18n.Tr "repo.see_on_door43"}}</span>
2121
</a>
22-
<a class="ui basic left pointing label" href="https://live.door43.org/u/{{.Owner.Name}}/{{.Name}}/">
22+
<a class="ui basic left pointing label" href="https://door43.org/u/{{.Owner.Name}}/{{.Name}}/">
2323
&#xfeff;<img id="door43-logo" src="/img/door43.png"/>
2424
</a>
2525
</div>

0 commit comments

Comments
 (0)