Rename master branch to main

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-11-09 09:12:04 +01:00
parent 1bd32b4e36
commit 73a7ef988f
4 changed files with 8 additions and 11 deletions

View File

@@ -49,7 +49,7 @@
<a
rel="external"
hreflang="en"
href="https://framagit.org/framasoft/mobilizon/blob/master/LICENSE"
href="https://framagit.org/framasoft/mobilizon/blob/main/LICENSE"
>
{{ $t("License") }}
</a>

View File

@@ -12,10 +12,7 @@ describe("Homepage", () => {
cy.contains("License")
.should("have.attr", "href")
.and(
"eq",
"https://framagit.org/framasoft/mobilizon/blob/master/LICENSE"
);
.and("eq", "https://framagit.org/framasoft/mobilizon/blob/main/LICENSE");
});
it("Tries to register from the hero section", () => {