aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile2
-rw-r--r--README.md6
2 files changed, 4 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile
index a6abacac..479d8454 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -114,7 +114,7 @@ pd_release: roxygen
git add -A
r-forge:
- git archive master > $(HOME)/git/mkin/mkin.tar;\
+ git archive main > $(HOME)/git/mkin/mkin.tar;\
cd $(RFDIR) && rm -r `ls` && tar -xf $(HOME)/git/mkin/mkin.tar;\
rm -r $(SDDIR)/*;\
cp -a docs/* $(SDDIR);\
diff --git a/README.md b/README.md
index 6ee38e98..00223748 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
# mkin
[![](https://www.r-pkg.org/badges/version/mkin)](https://cran.r-project.org/package=mkin)
-[![Build Status](https://travis-ci.com/jranke/mkin.svg?branch=master)](https://app.travis-ci.com/github/jranke/mkin)
-[![codecov](https://codecov.io/github/jranke/mkin/branch/master/graphs/badge.svg)](https://codecov.io/github/jranke/mkin)
+[![Build Status](https://travis-ci.com/jranke/mkin.svg?branch=main)](https://app.travis-ci.com/github/jranke/mkin)
+[![codecov](https://codecov.io/github/jranke/mkin/branch/main/graphs/badge.svg)](https://codecov.io/github/jranke/mkin)
The R package **mkin** provides calculation routines for the analysis of
chemical degradation data, including <b>m</b>ulticompartment <b>kin</b>etics as
@@ -127,7 +127,7 @@ for installation instructions and a manual.
## News
There is a list of changes for the latest [CRAN release](https://cran.r-project.org/package=mkin/news/news.html)
-and one for each github branch, e.g. [the main branch](https://github.com/jranke/mkin/blob/master/NEWS.md).
+and one for each github branch, e.g. [the main branch](https://github.com/jranke/mkin/blob/main/NEWS.md).
## Credits and historical remarks

Contact - Imprint