Update "Further Documentation"

Remove stale pointers in the "Further Documentation"  and just point to RocksDB Wiki
This commit is contained in:
Ramkumar Vadivelu 2020-12-30 17:14:07 -08:00 committed by GitHub
parent edb0b1fb7f
commit 9da32babe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,10 +69,4 @@ if (s.ok()) s = db->Delete(rocksdb::WriteOptions(), key1);
## Further documentation
These are just simple examples of how RocksDB is used. The full documentation is currently on the [GitHub wiki](https://github.com/facebook/rocksdb/wiki).
Here are some specific details about the RocksDB implementation:
- [Architecture Guide](https://github.com/facebook/rocksdb/wiki/Rocksdb-Architecture-Guide)
- [Format of an immutable Table file](https://github.com/facebook/rocksdb/wiki/Rocksdb-Table-Format)
- [Format of a log file](https://github.com/facebook/rocksdb/wiki/Write-Ahead-Log-File-Format)
These are just simple examples of how RocksDB is used. The full documentation is currently on the [GitHub wiki](https://github.com/facebook/rocksdb/wiki).