After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 764397 - Broken link to GNOME Video Effects gallery
Broken link to GNOME Video Effects gallery
Status: RESOLVED FIXED
Product: damned-lies
Classification: Infrastructure
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: damned-lies Maintainer(s)
damned-lies Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-03-31 03:21 UTC by Jiro Matsuzawa
Modified: 2016-04-01 13:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jiro Matsuzawa 2016-03-31 03:21:54 UTC
Description:

The link to GNOME Video Effects gallery is broken in gnome-video-effects module page[1]. It links to "http://live.gnome.org/GnomeVideoEffects/Effects", but the page has been moved to "https://wiki.gnome.org/Projects/GnomeVideoEffects/Effects"

How to reproduce:

1. Access gnome-video-effects module page[1].
2. Click the link to the gallery[2] in the top description of the module.

[1]: https://l10n.gnome.org/module/gnome-video-effects/
[2]: http://live.gnome.org/GnomeVideoEffects/Effects
Comment 1 Claude Paroz 2016-04-01 06:56:59 UTC
Thanks for the report, fixed.
Comment 2 Jiro Matsuzawa 2016-04-01 13:09:49 UTC
Hi Claude,

Thank you. But it's not completely fixed yet. We also need to change the href value. Please see the current html source:
```
<a href="http://live.gnome.org/GnomeVideoEffects/Effects">https://wiki.gnome.org/Projects/GnomeVideoEffects/Effects</a>
```
Comment 3 Claude Paroz 2016-04-01 13:55:23 UTC
Of course, sorry for that.