aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/contribute.md4
-rw-r--r--.github/support.md2
-rw-r--r--.github/workflows/main.yml2
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/contribute.md b/.github/contribute.md
index a59fe01..3a59ba4 100644
--- a/.github/contribute.md
+++ b/.github/contribute.md
@@ -82,6 +82,6 @@ See [Project][] for more info.
[coc]: code-of-conduct.md
-[sponsor]: https://github.com/wooorm/micromark-rs/#sponsor
+[sponsor]: https://github.com/wooorm/markdown-rs/#sponsor
-[project]: https://github.com/wooorm/micromark-rs/#project
+[project]: https://github.com/wooorm/markdown-rs/#project
diff --git a/.github/support.md b/.github/support.md
index afc8aaf..7a8c644 100644
--- a/.github/support.md
+++ b/.github/support.md
@@ -49,7 +49,7 @@ See [`contribute.md`][contribute] on how to contribute.
[xy]: https://meta.stackexchange.com/questions/66377/what-is-the-xy-problem/66378#66378
-[chat]: https://github.com/wooorm/micromark-rs/discussions
+[chat]: https://github.com/wooorm/markdown-rs/discussions
[contribute]: contribute.md
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a9bc7e3..600b4d6 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
# - run: cargo install cargo-tarpaulin && cargo tarpaulin --out Xml
# - uses: codecov/codecov-action@v1
- run: cargo doc --no-deps --release
- - run: echo '<!doctypehtml><html lang=en><meta charset=utf8><title>Redirecting…</title><link rel=canonical href=https://wooorm.com/micromark-rs/micromark><script>location = "https://wooorm.com/micromark-rs/micromark"</script><meta http-equiv=refresh content=0;url=https://wooorm.com/micromark-rs/micromark><meta name=robots content=noindex><body><h1>Redirecting…</h1><p><a href=https://wooorm.com/micromark-rs/micromark>Click here if you are not redirected.</a>' > target/doc/index.html
+ - run: echo '<!doctypehtml><html lang=en><meta charset=utf8><title>Redirecting…</title><link rel=canonical href=https://wooorm.com/markdown-rs/markdown><script>location = "https://wooorm.com/markdown-rs/markdown"</script><meta http-equiv=refresh content=0;url=https://wooorm.com/markdown-rs/markdown><meta name=robots content=noindex><body><h1>Redirecting…</h1><p><a href=https://wooorm.com/markdown-rs/markdown>Click here if you are not redirected.</a>' > target/doc/index.html
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with: