master -> main

This commit is contained in:
Tyler Neely 2021-01-28 13:37:34 +01:00
parent 942a3fc708
commit 564364ee59
5 changed files with 9 additions and 5 deletions

View File

@ -42,7 +42,7 @@ challenging to understand why something is failing these intense tests.
For better understanding test failures, please:
1. read the failing test name and output log for clues
1. try to reproduce the failed test locally by running its assocated command from the [test script](https://github.com/spacejam/sled/blob/master/.github/workflows/test.yml)
1. try to reproduce the failed test locally by running its assocated command from the [test script](https://github.com/spacejam/sled/blob/main/.github/workflows/test.yml)
1. If it is not clear why your test is failing, feel free to request help with understanding it either on discord or requesting help on the PR, and we will do our best to help.
Want to help sled but don't have time for individual contributions? Contribute via [GitHub Sponsors](https://github.com/sponsors/spacejam) to support the people pushing the project forward!

View File

@ -23,7 +23,7 @@
</td>
<td>
<p align="center">
<img src="https://raw.githubusercontent.com/spacejam/sled/master/art/tree_face_anti-transphobia.png" width="40%" height="auto" />
<img src="https://raw.githubusercontent.com/spacejam/sled/main/art/tree_face_anti-transphobia.png" width="40%" height="auto" />
</p>
</td>
</tr>

View File

@ -1,5 +1,5 @@
//! <p align="center">
//! <img src="https://raw.githubusercontent.com/spacejam/sled/master/art/tree_face.png" width="20%" height="auto" />
//! <img src="https://raw.githubusercontent.com/spacejam/sled/main/art/tree_face.png" width="20%" height="auto" />
//! </p>
//!
//! # Experiences with Other Systems

View File

@ -1,4 +1,8 @@
//! Here's a look at where sled is at, and where it's going architecturally. The system is very much under active development, and we have a ways to go. If specific areas are interesting to you, I'd love to [work together](https://github.com/spacejam/sled/blob/master/CONTRIBUTING.md)! If your business has a need for particular items below, you can [fund development of particular features](https://opencollective.com/sled).
//! Here's a look at where sled is at, and where it's going architecturally. The system is very
//! much under active development, and we have a ways to go. If specific areas are interesting to
//! you, I'd love to [work together](https://github.com/spacejam/sled/blob/main/CONTRIBUTING.md)!
//! If your business has a need for particular items below, you can [fund development of particular
//! features](https://opencollective.com/sled).
//!
//! People face unnecessary hardship when working with existing embedded
//! databases. They tend to have sharp performance trade-offs, are difficult to

View File

@ -81,7 +81,7 @@
//! # let _ = std::fs::remove_dir_all("my_db");
//! ```
#![doc(
html_logo_url = "https://raw.githubusercontent.com/spacejam/sled/master/art/tree_face_anti-transphobia.png"
html_logo_url = "https://raw.githubusercontent.com/spacejam/sled/main/art/tree_face_anti-transphobia.png"
)]
#![deny(
missing_docs,