diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index d2122b5..11d21ed 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -3,7 +3,7 @@ name: Test
on:
push:
branches:
- - master
+ - main
pull_request:
workflow_dispatch:
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d9779ce..fedd907 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -571,7 +571,7 @@ and this project adheres to
- CLI: Restructured help message
- Made DeepLC class API docstring consistent with CLI help message
- Docs: Moved `dict_divider` and `split_cal` explanation to README Q&A section.
-- CI: Only run tests on commits to `master` or from a PR
+- CI: Only run tests on commits to `main` or from a PR
- Refactoring: Cleaned up `__main__.py`
- Logging: Changed some loggings from DEBUG to INFO level, some from WARNING to INFO or
DEBUG level
diff --git a/README.md b/README.md
index 2c878e5..5e3b401 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-
+
[](https://github.com/compomics/DeepLC/releases/latest/)
[](https://pypi.org/project/deeplc/)
diff --git a/docs/source/usage.rst b/docs/source/usage.rst
index 445cb41..3f3a43a 100644
--- a/docs/source/usage.rst
+++ b/docs/source/usage.rst
@@ -149,7 +149,7 @@ A tab-separated file with the following columns is also accepted:
``retention_time``
Observed retention time, required for calibration and fine-tuning.
-See `example datasets `_
+See `example datasets `_
for additional input file examples.