aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <jorge@japaric.io> 2019-04-21 20:52:16 +0200
committerGravatar Jorge Aparicio <jorge@japaric.io> 2019-05-01 20:49:25 +0200
commitf30743f52a1283743d0f5e259136f82588fc6bb2 (patch)
tree209df6054ccb684ed96fdc1f61ca17ad325fa1b3
parent4a7dc22259865ec69eb93c4be4aa852e0f27d3fa (diff)
downloadrtic-f30743f52a1283743d0f5e259136f82588fc6bb2.tar.gz
rtic-f30743f52a1283743d0f5e259136f82588fc6bb2.tar.zst
rtic-f30743f52a1283743d0f5e259136f82588fc6bb2.zip
push docs to another repo & update README
Diffstat (limited to '')
-rw-r--r--README.md6
-rw-r--r--ci/after-success.sh3
2 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index b8cbd00f..db23d2b4 100644
--- a/README.md
+++ b/README.md
@@ -41,13 +41,13 @@ A concurrency framework for building real time systems.
## Requirements
-- Rust 1.31.0+
+- Rust 1.36.0+
- Applications must be written using the 2018 edition.
-## [User documentation](https://japaric.github.io/cortex-m-rtfm/book/en)
+## [User documentation](https://japaric.github.io/rtfm5/book/en)
-## [API reference](https://japaric.github.io/cortex-m-rtfm/api/rtfm/index.html)
+## [API reference](https://japaric.github.io/rtfm5/api/rtfm/index.html)
## Acknowledgments
diff --git a/ci/after-success.sh b/ci/after-success.sh
index 65ddb904..6c696937 100644
--- a/ci/after-success.sh
+++ b/ci/after-success.sh
@@ -23,7 +23,8 @@ main() {
./ghp-import/ghp_import.py $td
set +x
- git push -fq https://$GH_TOKEN@github.com/$TRAVIS_REPO_SLUG.git gh-pages && echo OK
+ # NOTE push documentation to a different repository
+ git push -fq https://$GH_TOKEN@github.com/japaric/rtfm5.git gh-pages && echo OK
rm -rf $td
}