Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeMathWalker committed Dec 19, 2023
1 parent 8cbcc15 commit 0836000
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Build API reference
run: |
cd libs
cargo doc --package pavex --no-deps
cargo doc --package pavex --package pavex_cli_client --no-deps
- name: Copy API reference files
run: |
mkdir -p docs/api_reference
Expand Down
6 changes: 3 additions & 3 deletions docs/guide/project_structure/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
As you have seen in the [Quickstart](../../getting_started/quickstart/) tutorial,
As you have seen in the [Quickstart](../../getting_started/quickstart/index.md) tutorial,
`pavex new` is a quick way to scaffold a new project and start working on it.
If you execute

Expand Down Expand Up @@ -75,7 +75,7 @@ Rust crate, the **server SDK** for your Pavex project.

#### `cargo-px`

If you went through the [Quickstart](../../../getting_started/quickstart/) tutorial, you might be
If you went through the [Quickstart](../../getting_started/quickstart/index.md) tutorial, you might be
wondering: I've never run `pavex generate`! How comes my project worked?

That's thanks to [`cargo-px`][cargo-px]!
Expand Down Expand Up @@ -178,7 +178,7 @@ The `demo` project includes an example of such a test which you can use as a ref

[Blueprint]: ../../api_reference/pavex/blueprint/struct.Blueprint.html
[Client::generate]: ../../api_reference/pavex_cli_client/client/struct.Client.html#method.generate
[Lifecycle::Singleton]: ../../api_reference/pavex/lifecycle/enum.Lifecycle.html#variant.Singleton
[Lifecycle::Singleton]: ../../api_reference/pavex/blueprint/constructor/enum.Lifecycle.html#variant.Singleton
[Server]: ../../api_reference/pavex/server/struct.Server.html

[routes]: ../routing/index.md
Expand Down

0 comments on commit 0836000

Please sign in to comment.