Skip to content

Commit ec759f9

Browse files
committed
Fix links after moving to Pagure
1 parent f29fa9f commit ec759f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

portingdb/templates/namingpolicy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ <h4 id="{{ name_status.ident }}-non-python">
6262
</td>
6363
<td>
6464
<a target="_blank" href="https://admin.fedoraproject.org/pkgdb/package/{{ pkg[0] }}/">PkgDB</a>,
65-
<a target="_blank" href="https://src.fedoraproject.org/cgit/rpms/{{ pkg[0] }}.git/tree/{{ pkg[0] }}.spec">spec</a>
65+
<a target="_blank" href="https://src.fedoraproject.org/rpms/{{ pkg[0] }}/blob/master/f/{{ pkg[0] }}.spec">spec</a>
6666
</td>
6767
</tr>
6868
{% endfor %}

portingdb/templates/package.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h1>Package {{ pkg.name }} </h1>
2929
<a href="https://admin.fedoraproject.org/pkgdb/package/{{ pkg.name }}/">
3030
{{ pkg.name }}</a>
3131
in the Fedora Package Database, or go directly to the corresponding
32-
<a href="https://src.fedoraproject.org/cgit/rpms/{{ pkg.name }}.git/tree/{{ pkg.name }}.spec">spec file</a>.
32+
<a href="https://src.fedoraproject.org/rpms/{{ pkg.name }}/blob/master/f/{{ pkg.name }}.spec">spec file</a>.
3333
</div>
3434
</div>
3535
<div class="col-md-3">

0 commit comments

Comments
 (0)