Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update docs links #2097

Merged
merged 2 commits into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,9 @@ non-Go-based key-value stores like RocksDB.

## Changelog

The [Changelog] is kept fairly up-to-date.
The [Changelog] is kept fairly up-to-date with each release.

- Badger v1.0 was released in Nov 2017, and the latest version that is data-compatible
with v1.0 is v1.6.0.
- Badger v2.0 was released in Nov 2019 with a new storage format which won't
be compatible with all of the v1.x. Badger v2.0 supports compression, encryption and uses a cache to speed up lookup.

For more details on our version naming schema please read [Choosing a version]({{< relref "get-started/index.md#choosing-a-version" >}}).

[Changelog]:https://github.com/dgraph-io/badger/blob/master/CHANGELOG.md
[Changelog]:https://github.com/dgraph-io/badger/blob/main/CHANGELOG.md

## Contribute

Expand All @@ -99,7 +92,7 @@ For more details on our version naming schema please read [Choosing a version]({
<div class="col-12 col-sm-6">
<div class="section-item">
<div class="section-name">
<a href="https://github.com/dgraph-io/badger/blob/master/CONTRIBUTING.md">
<a href="https://github.com/dgraph-io/badger/blob/main/CONTRIBUTING.md">
Contribute to Badger
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/content/resources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Go](https://open.dgraph.io/post/badger/)

## Contributing

If you're interested in contributing to Badger see [CONTRIBUTING.md](https://github.com/dgraph-io/badger/blob/master/CONTRIBUTING.md).
If you're interested in contributing to Badger see [CONTRIBUTING.md](https://github.com/dgraph-io/badger/blob/main/CONTRIBUTING.md).