From ec2d1bfb4232178fb3a6cba36f138bc6efbbf34a Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 13 Oct 2022 10:40:01 +0200 Subject: Rename crate to `markdown` --- .github/contribute.md | 4 ++-- .github/support.md | 2 +- .github/workflows/main.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to '.github') 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 'Redirecting…

Redirecting…

Click here if you are not redirected.' > target/doc/index.html + - run: echo 'Redirecting…

Redirecting…

Click here if you are not redirected.' > target/doc/index.html - name: Deploy uses: JamesIves/github-pages-deploy-action@v4 with: -- cgit