Skip to content

Commit 3676bd6

Browse files
authored
Merge pull request #479 from o-az/patch-1
fix: bad links in README.md
2 parents 5458fda + 887e9e9 commit 3676bd6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h1 align="center">
22
<br>
3-
<img src="docs/public/logo.svg" alt="logo" width="200">
3+
<img src="docs/content/assets/images/logo.svg" alt="logo" width="200">
44
<br>
55
treefmt — one CLI to format your repo
66
<br>
@@ -27,7 +27,7 @@ Formatting requires less effort with a universal formatter that supports multipl
2727

2828
`treefmt` runs all your formatters with one command. It’s easy to configure and fast to execute.
2929

30-
![Treefmt Init](./docs/public/init.gif)
30+
![Treefmt Init](./docs/content/assets/images/init.gif)
3131

3232
Its main features are:
3333

@@ -112,7 +112,7 @@ formatters.
112112

113113
## Compatibility
114114

115-
`treefmt` works with any formatter that adheres to the [following specification](https://github.com/numtide/treefmt/blob/main/docs/formatter-spec.md).
115+
`treefmt` works with any formatter that adheres to the [following specification](https://github.com/numtide/treefmt/blob/main/docs/content/reference/formatter-spec.md).
116116

117117
For instance, you can go for:
118118

@@ -144,7 +144,7 @@ This project is still pretty new. Down the line we also want to add support for:
144144

145145
## Contributing
146146

147-
All contributions are welcome! We try to keep the project simple and focused. Please refer to the [Contributing](docs/contributing.md)
147+
All contributions are welcome! We try to keep the project simple and focused. Please refer to the [Contributing](./docs/content/contributing/code.md)
148148
guidelines for more information.
149149

150150
## Moving from Rust To Go

0 commit comments

Comments
 (0)