forked from google/leveldb
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The master branch was renamed to main.
PiperOrigin-RevId: 422409116
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ Authors: Sanjay Ghemawat ([email protected]) and Jeff Dean ([email protected]) | |
|
||
# Documentation | ||
|
||
[LevelDB library documentation](https://github.com/google/leveldb/blob/master/doc/index.md) is online and bundled with the source code. | ||
[LevelDB library documentation](https://github.com/google/leveldb/blob/main/doc/index.md) is online and bundled with the source code. | ||
|
||
# Limitations | ||
|
||
|
@@ -113,7 +113,7 @@ Contributor License Agreement (CLA) at https://cla.developers.google.com/. | |
In order to keep the commit timeline linear | ||
[squash](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Squashing-Commits) | ||
your changes down to a single commit and [rebase](https://git-scm.com/docs/git-rebase) | ||
on google/leveldb/master. This keeps the commit timeline linear and more easily sync'ed | ||
on google/leveldb/main. This keeps the commit timeline linear and more easily sync'ed | ||
with the internal repository at Google. More information at GitHub's | ||
[About Git rebase](https://help.github.com/articles/about-git-rebase/) page. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters