Skip to content

Commit 2d53939

Browse files
authored
Merge pull request #152 from mciwing/fix-link
[Fix] Repo Link
2 parents 30980af + f538f8d commit 2d53939

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/blog/posts/uv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ an idea of how `uv` can simplify your Python development workflow. In
8787
subsequent posts, I will dive deeper into specific features and use cases of
8888
`uv`. Until then, you can take a look at a couple of projects that use `uv`:
8989

90-
- This site you're reading right now is built with `uv` - [code](https://github.com/mciwing/code-campus).
90+
- This site you're reading right now is built with `uv` - [code](https://github.com/mciwing/mciwing.github.io).
9191
- Two Python packages I develop, [first](https://github.com/JakobKlotz/md-snakeoil) and
9292
[second](https://github.com/JakobKlotz/tiler-api)
9393
- An app to assess rainfall-triggered landslide risks - [here](https://github.com/JakobKlotz/lhasa-app/tree/main/backend).

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
site_name: Code Campus
2-
repo_url: https://github.com/mciwing/code-campus
2+
repo_url: https://github.com/mciwing/mciwing.github.io
33
site_url: https://code-campus.at
44
theme:
55
name: material

0 commit comments

Comments
 (0)