From 9c5c1e7347db64df5de5315111d93c2b7ed1fdc3 Mon Sep 17 00:00:00 2001 From: niksedk Date: Wed, 7 Sep 2022 19:50:03 +0200 Subject: [PATCH] Change master to main --- README.md | 2 +- src/libse/Common/Settings.cs | 2 +- src/libse/Forms/CheckForUpdatesHelper.cs | 2 +- src/libse/LibSE.csproj | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3e896e4bf..a72c6b538 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ *the subtitle editor :)* [![GitHub version](https://img.shields.io/github/release/SubtitleEdit/subtitleedit.svg)](https://github.com/SubtitleEdit/subtitleedit) -[![Build status](https://img.shields.io/appveyor/ci/SubtitleEdit/subtitleedit/master.svg)](https://ci.appveyor.com/project/SubtitleEdit/subtitleedit/branch/master) +[![Build status](https://img.shields.io/appveyor/ci/SubtitleEdit/subtitleedit/main.svg)](https://ci.appveyor.com/project/SubtitleEdit/subtitleedit/branch/main) ![SE number of downloads](https://img.shields.io/github/downloads/subtitleedit/subtitleedit/latest/total.svg) [![SE](https://img.shields.io/badge/SUBTITLE%20EDIT-join%20chat-blue.svg)](https://gitter.im/SubtitleEdit/subtitleedit "Subtitle Edit Gitter Chatroom") [![download latest release](https://img.shields.io/badge/SUBTITLE%20EDIT-download-000F39.svg)](https://github.com/SubtitleEdit/subtitleedit/releases/latest) diff --git a/src/libse/Common/Settings.cs b/src/libse/Common/Settings.cs index 3892c8e4f..7da4f3316 100644 --- a/src/libse/Common/Settings.cs +++ b/src/libse/Common/Settings.cs @@ -642,7 +642,7 @@ namespace Nikse.SubtitleEdit.Core.Common public WordListSettings() { LastLanguage = "en-US"; - NamesUrl = "https://raw.githubusercontent.com/SubtitleEdit/subtitleedit/master/Dictionaries/names.xml"; + NamesUrl = "https://raw.githubusercontent.com/SubtitleEdit/subtitleedit/main/Dictionaries/names.xml"; } } diff --git a/src/libse/Forms/CheckForUpdatesHelper.cs b/src/libse/Forms/CheckForUpdatesHelper.cs index f001e9665..772698fff 100644 --- a/src/libse/Forms/CheckForUpdatesHelper.cs +++ b/src/libse/Forms/CheckForUpdatesHelper.cs @@ -12,7 +12,7 @@ namespace Nikse.SubtitleEdit.Core.Forms private static readonly Regex VersionNumberRegex = new Regex(@"\d\.\d", RegexOptions.Compiled); // 3.4.0 (xth June 2014) readonly List _months = new List { "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" }; - private const string ChangeLogUrl = "https://raw.githubusercontent.com/SubtitleEdit/subtitleedit/master/Changelog.txt"; + private const string ChangeLogUrl = "https://raw.githubusercontent.com/SubtitleEdit/subtitleedit/main/Changelog.txt"; private string _changeLog; private int _successCount; diff --git a/src/libse/LibSE.csproj b/src/libse/LibSE.csproj index 76d8fcf2c..34f6c8dfe 100644 --- a/src/libse/LibSE.csproj +++ b/src/libse/LibSE.csproj @@ -7,8 +7,8 @@ false false LICENSE.txt - https://github.com/SubtitleEdit/subtitleedit/tree/master/libse - https://github.com/SubtitleEdit/subtitleedit/tree/master/libse + https://github.com/SubtitleEdit/subtitleedit/tree/main/libse + https://github.com/SubtitleEdit/subtitleedit/tree/main/libse false subtitle subtitles subrip srt blu-ray sup Nikolaj Olsson