Remove some GitHub mentions

This commit is contained in:
Maze 2022-01-23 22:22:33 +01:00
parent 73de62309f
commit 9e8a5fd515
2 changed files with 5 additions and 2 deletions

View File

@ -47,6 +47,9 @@ and this project adheres to
- "focus filter" is now Ctrl+K
- "previous message" is now Ctrl+I
- In-app links lead to
[the Moment repository](https://gitlab.com/mx-moment/moment)
- Default theme is now Foliage.qpl
### Removed

View File

@ -42,7 +42,7 @@ By sending your changes, you agree to license them under the LGPL 3.0 or later.
### Procedure
Start by forking the main repository from GitHub, then
Start by forking the main repository from GitLab, then
clone your fork and switch to a new branch based on `dev`, in which
you will make your changes:
@ -62,7 +62,7 @@ You will then be able to make a pull request by going
to the [main repo](https://gitlab.com/mx-moment/moment).
Once your pull request is merged, you can update `dev`, and delete your
GitHub and local branch:
GitLab and local branch:
```sh
git fetch upstream