Skip to content

Commit d474896

Browse files
committed
fix: remove unaccessible links in docs
1 parent 25fc98d commit d474896

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/changelog.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,7 @@ let me know.
128128
- **BREAKING CHANGE**: Although there is no change in the database API, the
129129
underlying storage format has been changed to save the collection data to
130130
dedicated files directly. The details of the new persistent system and how to
131-
migrate from v0.4.x to v0.5.0 can be found in this
132-
[migration guide](migrations/0.4.5_to_0.5.0.md).
131+
migrate from v0.4.x to v0.5.0 can be found in this migration guide.
133132

134133
- By adding the feature `gen`, you can now use the `EmbeddingModel` trait and
135134
OpenAI's embedding models to generate vectors or records from text without

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ contributing to our project.
99
We are committed to building an inclusive and welcoming community. We believe
1010
that it will lead to a more successful project and a better experience for
1111
everyone involved. To achieve that, any participant in our project is expected
12-
to act respectfully and to follow the [Code of Conduct](code_of_conduct.md).
12+
to act respectfully and to follow the Code of Conduct.
1313

1414
## Have questions or suggestions?
1515

0 commit comments

Comments
 (0)