Skip to content

Commit c5a52ae

Browse files
committed
Use Pagure links instead of PkgDB
1 parent ec759f9 commit c5a52ae

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

data/fedora-update.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ gnome-desktop:
147147
> on gobject introspection to bind to python.
148148
149149
Note that since
150-
[gnome-desktop3](https://admin.fedoraproject.org/pkgdb/package/rpms/gnome-desktop3/)
150+
[gnome-desktop3](https://src.fedoraproject.org/rpms/gnome-desktop3/)
151151
uses GObject introspection, it has no own Python code and thus does not
152152
show up in PortingDB.
153153
gnome-python2:
@@ -311,7 +311,7 @@ pygtksourceview:
311311
Sugested replacement: `gtksourceview`
312312
313313
Note that since
314-
[gtksourceview](https://admin.fedoraproject.org/pkgdb/package/rpms/gtksourceview/)
314+
[gtksourceview](https://src.fedoraproject.org/rpms/gtksourceview/)
315315
uses GObject introspection, it has no own Python code and thus does not
316316
show up in PortingDB.
317317
pyliblzma:
@@ -871,8 +871,8 @@ vegastrike-data: *vegastrike-cycle
871871
vte:
872872
status: dropped
873873
note: |
874-
Replacement: [`vte3`](https://admin.fedoraproject.org/pkgdb/package/vte3/)
875-
(Note that [vte3](https://admin.fedoraproject.org/pkgdb/package/vte3/) does
874+
Replacement: [`vte3`](https://src.fedoraproject.org/rpms/vte3/)
875+
(Note that [vte3](https://src.fedoraproject.org/rpms/vte3/) does
876876
not itself depend on Python, so it does not show up in portingdb).
877877
will-crash:
878878
status: released # (exception)

portingdb/templates/namingpolicy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h4 id="{{ name_status.ident }}-non-python">
6161
<span class="pkgstatus-icon" style="background-color: {{ name_status.color }}">&nbsp;</span>&nbsp;{{ pkg[0] }}
6262
</td>
6363
<td>
64-
<a target="_blank" href="https://admin.fedoraproject.org/pkgdb/package/{{ pkg[0] }}/">PkgDB</a>,
64+
<a target="_blank" href="https://src.fedoraproject.org/rpms/{{ pkg[0] }}/">Pagure</a>,
6565
<a target="_blank" href="https://src.fedoraproject.org/rpms/{{ pkg[0] }}/blob/master/f/{{ pkg[0] }}.spec">spec</a>
6666
</td>
6767
</tr>

portingdb/templates/package.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ <h1>Package {{ pkg.name }} </h1>
2626
<div>
2727
<img src="https://fedoraproject.org/static/images/favicon.ico">
2828
See
29-
<a href="https://admin.fedoraproject.org/pkgdb/package/{{ pkg.name }}/">
29+
<a href="https://src.fedoraproject.org/rpms/{{ pkg.name }}/">
3030
{{ pkg.name }}</a>
31-
in the Fedora Package Database, or go directly to the corresponding
31+
in the Fedora Pagure, or go directly to the corresponding
3232
<a href="https://src.fedoraproject.org/rpms/{{ pkg.name }}/blob/master/f/{{ pkg.name }}.spec">spec file</a>.
3333
</div>
3434
</div>

0 commit comments

Comments
 (0)