summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisenmann <p3732@getgoogleoff.me>2023-04-23 15:23:33 +0000
committerAntónio Fernandes <antoniof@gnome.org>2023-04-23 15:23:33 +0000
commit403cfb97558b239b023b5b0978498d894500405a (patch)
treee0ed68c3a3eaa66c522def7e4d12d07139084ba8
parentdba5684c9971527fec1c775c1056b2a61c64050c (diff)
downloadnautilus-403cfb97558b239b023b5b0978498d894500405a.tar.gz
general: Adjust to renamed development branch
Part of https://gitlab.gnome.org/GNOME/nautilus/-/issues/2678
-rw-r--r--README.md2
-rw-r--r--docs/reference/nautilus.toml.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index afbdcd207..b35d347ed 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# nautilus
-[![Pipeline status](https://gitlab.gnome.org/GNOME/nautilus/badges/master/pipeline.svg)](https://gitlab.gnome.org/GNOME/nautilus/commits/master)
+[![Pipeline status](https://gitlab.gnome.org/GNOME/nautilus/badges/main/pipeline.svg)](https://gitlab.gnome.org/GNOME/nautilus/commits/main)
This is the project of the [Files](https://wiki.gnome.org/Apps/Files) app, a file browser for
GNOME, internally known by its historical name `nautilus`.
diff --git a/docs/reference/nautilus.toml.in b/docs/reference/nautilus.toml.in
index dacd5d195..d93d7347a 100644
--- a/docs/reference/nautilus.toml.in
+++ b/docs/reference/nautilus.toml.in
@@ -34,7 +34,7 @@ show_class_hierarchy = true
[source-location]
# The base URL for the web UI
-base_url = "https://gitlab.gnome.org/GNOME/nautilus/-/blob/master/"
+base_url = "https://gitlab.gnome.org/GNOME/nautilus/-/blob/main/"
# The format for links, using "filename" and "line" for the format
file_format = "{filename}#L{line}"