Skip to content

Commit

Permalink
docs: fix again for CNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Jan 6, 2025
1 parent 326ccd8 commit 1954301
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.0.1"
edition = '2018'
authors = ["Weihang Lo <[email protected]>"]
description = "Learn algorithms and data structures with Rust"
homepage = "https://weihanglo.tw/rust-algorithm-club"
homepage = "https://weihanglo.tw/rust-algorithm-club/"
repository = "https://github.com/weihanglo/rust-algorithm-club"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Rust Algorithm Club

> ### 🚧 🚧 This repo is under construction. Most materials are written in Chinese. [Check it out here](https://weihanglo.tw/rust-algorithm-club) if you are able to read Chinese.
> ### 🚧 🚧 This repo is under construction. Most materials are written in Chinese. [Check it out here][main-site] if you are able to read Chinese.
Welcome to the Rust Algorithm Club! This repository was originally inspired by [Swift Algorithm Club][swift-algorithm-club]. All algorithms here would be explained and implemented in [Rust programming language][rust]!
You can find out more on the [Rust Algorithm Club][main-site] main site. Just pick up some algorithms you are interested in and start learning. If you are brave enough, we recommend you the [auto-generated API documentation][generated-doc]. Go and fight with the source code.
Expand Down
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[swift-algorithm-club]: https://github.com/raywenderlich/swift-algorithm-club
[rust]: https://www.rust-lang.org/
[source-code]: https://github.com/weihanglo/rust-algorithm-club
[main-site]: https://weihanglo.tw/rust-algorithm-club
[main-site]: https://weihanglo.tw/rust-algorithm-club/
[ci-status]: https://github.com/weihanglo/rust-algorithm-club/actions?query=workflow%3ACI
[generated-doc]: https://weihanglo.tw/rust-algorithm-club/doc/rust_algorithm_club/
[edition-guide]: https://rust-lang.github.io/edition-guide/rust-2018
Expand Down

0 comments on commit 1954301

Please sign in to comment.