Skip to content

Commit

Permalink
Merge branch 'main' into bw-wikilinks
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalmoksha authored May 15, 2024
2 parents 24afea6 + b6954b4 commit 96bea2e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,3 @@ updates:
directory: "/"
schedule:
interval: weekly

- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build-comrak-branch:
cp ${ROOT}/target/release/comrak ${ROOT}/benches/comrak-${COMMIT}

build-comrak-master:
git clone https://hrzn.ee/kivikakk/comrak.git --depth 1 --single-branch ${ROOT}/vendor/comrak || true
git clone https://github.com/kivikakk/comrak.git --depth 1 --single-branch ${ROOT}/vendor/comrak || true
cd ${ROOT}/vendor/comrak && \
cargo build --release && \
cp ./target/release/comrak ${ROOT}/benches/comrak-main
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! A 100% [CommonMark](http://commonmark.org/) and [GFM](https://github.github.com/gfm/)
//! compatible Markdown parser. Source repository is at <https://hrzn.ee/kivikakk/comrak>.
//! compatible Markdown parser. Source repository is at <https://github.com/kivikakk/comrak>.
//!
//! The design is based on [cmark-gfm](https://github.com/github/cmark-gfm), so
//! familiarity with that will help.
Expand Down

0 comments on commit 96bea2e

Please sign in to comment.