From 564364ee598cfb08558f933202babf8e04d183b5 Mon Sep 17 00:00:00 2001 From: Tyler Neely Date: Thu, 28 Jan 2021 13:37:34 +0100 Subject: [PATCH] master -> main --- CONTRIBUTING.md | 2 +- README.md | 2 +- src/doc/motivating_experiences/mod.rs | 2 +- src/doc/sled_architectural_outlook/mod.rs | 6 +++++- src/lib.rs | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5c56436a..d37b7b69 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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! diff --git a/README.md b/README.md index 951e9bfe..fba6dd99 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@

- +

diff --git a/src/doc/motivating_experiences/mod.rs b/src/doc/motivating_experiences/mod.rs index 64d55868..ef4c7fba 100644 --- a/src/doc/motivating_experiences/mod.rs +++ b/src/doc/motivating_experiences/mod.rs @@ -1,5 +1,5 @@ //!

-//! +//! //!

//! //! # Experiences with Other Systems diff --git a/src/doc/sled_architectural_outlook/mod.rs b/src/doc/sled_architectural_outlook/mod.rs index 06bd8f47..a19f5cad 100644 --- a/src/doc/sled_architectural_outlook/mod.rs +++ b/src/doc/sled_architectural_outlook/mod.rs @@ -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 diff --git a/src/lib.rs b/src/lib.rs index b050ebd5..0c7c910c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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,