Skip to content

Commit

Permalink
fix(docs): fix broken links
Browse files Browse the repository at this point in the history
Fixes: #298
  • Loading branch information
zkat committed Oct 2, 2023
1 parent c0eda75 commit e182ce7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 22 deletions.
3 changes: 0 additions & 3 deletions .github/FUNDING.yml

This file was deleted.

6 changes: 3 additions & 3 deletions BENCHMARKS.md
Expand Up @@ -16,7 +16,7 @@ Of note here is the contrast between the subsecond (!) installation by
orogene, versus the much more noticeable install times of literally
everything else.

![](./assets/benchmarks-warm-cache.png)
![](/assets/benchmarks-warm-cache.png)

## Cold Cache

Expand All @@ -25,7 +25,7 @@ existing lockfile. This scenario is common in CI scenarios that don't
cache the package manager caches between runs, and for initial installs by
teammates on relatively "clean" machines.

![](./assets/benchmarks-cold-cache.png)
![](/assets/benchmarks-cold-cache.png)

## Initial Installs

Expand All @@ -34,7 +34,7 @@ still cold. While relatively unusual, this can give an idea of what the
experience is like when adding one or more dependencies, or when regenerating
lockfiles from scratch.

![](./assets/benchmarks-initial-install.png)
![](/assets/benchmarks-initial-install.png)

## Memory Usage

Expand Down
10 changes: 2 additions & 8 deletions README.md
Expand Up @@ -8,11 +8,6 @@

</div>

[Warm cache comparison]: ./assets/benchmarks-warm-cache.png
[the benchmarks page]: ./BENCHMARKS.md
[our contribution guide]: ./CONTRIBUTING.md
[Apache 2.0 License]: ./LICENSE

> Makes `node_modules/` happen. Fast. No fuss.
[![release](https://img.shields.io/github/v/release/orogene/orogene?display_name=tag&include_prereleases)](https://github.com/orogene/orogene/releases/latest)
Expand Down Expand Up @@ -97,7 +92,6 @@ Orogene and all its sub-crates are licensed under the terms of the [Apache

[Warm cache comparison]:
https://orogene.dev/assets/benchmarks-warm-cache.png
[the benchmarks page]: https://orogene.dev/BENCHMARKS.html
[our contribution guide]:
https://github.com/orogene/orogene/blob/main/CONTRIBUTING.md
[the benchmarks page]: https://orogene.dev/BENCHMARKS
[our contribution guide]: https://orogene.dev/CONTRIBUTING/
[Apache 2.0 License]: https://github.com/orogene/orogene/blob/main/LICENSE
5 changes: 0 additions & 5 deletions README.tpl
Expand Up @@ -8,9 +8,4 @@

</div>

[Warm cache comparison]: ./assets/benchmarks-warm-cache.png
[the benchmarks page]: ./BENCHMARKS.md
[our contribution guide]: ./CONTRIBUTING.md
[Apache 2.0 License]: ./LICENSE

{{readme}}
5 changes: 2 additions & 3 deletions src/lib.rs
Expand Up @@ -82,9 +82,8 @@
//!
//! [Warm cache comparison]:
//! https://orogene.dev/assets/benchmarks-warm-cache.png
//! [the benchmarks page]: https://orogene.dev/BENCHMARKS.html
//! [our contribution guide]:
//! https://github.com/orogene/orogene/blob/main/CONTRIBUTING.md
//! [the benchmarks page]: https://orogene.dev/BENCHMARKS
//! [our contribution guide]: https://orogene.dev/CONTRIBUTING/
//! [Apache 2.0 License]: https://github.com/orogene/orogene/blob/main/LICENSE

use std::{
Expand Down

0 comments on commit e182ce7

Please sign in to comment.