various: Master is now main

Also cleans out various old strings from the translation strings.
This commit is contained in:
Jakob Borg
2020-06-16 07:08:09 +02:00
parent 5be13f62a2
commit ec718e729e
5 changed files with 8 additions and 47 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ func parseReport(path string, report []byte) (*raven.Packet, error) {
loader.LockWithVersion(version.tag)
} else {
// Last resort
loader.LockWithVersion("master")
loader.LockWithVersion("main")
}
defer loader.Unlock()
+2 -2
View File
@@ -121,11 +121,11 @@ Relay related libraries used by this repo
----
##### Relay protocol definition.
[Available here](https://github.com/syncthing/syncthing/tree/master/lib/relay/protocol)
[Available here](https://github.com/syncthing/syncthing/tree/main/lib/relay/protocol)
##### Relay client
Only used by the testutil.
[Available here](https://github.com/syncthing/syncthing/tree/master/lib/relay/client)
[Available here](https://github.com/syncthing/syncthing/tree/main/lib/relay/client)