Update links to use HEAD instead of master
That way the link will keep working when projects change their default branch name. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1914>
This commit is contained in:

committed by
Marge Bot

parent
56da0f6561
commit
df76c3fd11
@ -74,7 +74,7 @@ var WeatherClient = class {
|
||||
GWeather.Provider.OWM;
|
||||
this._weatherInfo = new GWeather.Info({
|
||||
application_id: 'org.gnome.Shell',
|
||||
contact_info: 'https://gitlab.gnome.org/GNOME/gnome-shell/-/raw/master/gnome-shell.doap',
|
||||
contact_info: 'https://gitlab.gnome.org/GNOME/gnome-shell/-/raw/HEAD/gnome-shell.doap',
|
||||
enabled_providers: providers,
|
||||
});
|
||||
this._weatherInfo.connect_after('updated', () => {
|
||||
|
Reference in New Issue
Block a user