@ -18,7 +18,7 @@ Authors: Sanjay Ghemawat (sanjay@google.com) and Jeff Dean (jeff@google.com)
# Documentation
# 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
# Limitations
@ -113,7 +113,7 @@ Contributor License Agreement (CLA) at https://cla.developers.google.com/.
In order to keep the commit timeline linear
In order to keep the commit timeline linear
[squash ](https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History#Squashing-Commits )
[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 )
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
with the internal repository at Google. More information at GitHub's
[About Git rebase ](https://help.github.com/articles/about-git-rebase/ ) page.
[About Git rebase ](https://help.github.com/articles/about-git-rebase/ ) page.