Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken links #243

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/reference/rust/rust-generated.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ generates for any given protocol definition.

Any differences between proto2 and proto3 generated code are highlighted. You
should read the
[proto2 language guide](/programming-guides/proto2.md)
[proto2 language guide](/programming-guides/proto2)
and/or
[proto3 language guide](/programming-guides/proto3.md)
[proto3 language guide](/programming-guides/proto3)
before reading this document.

## Protobuf Rust {#rust}
Expand All @@ -26,7 +26,7 @@ sit on top of other existing protocol buffer implementations that we refer to as
The decision to support multiple non-Rust kernels has significantly influenced
our public API, including the choice to use custom types like `ProtoStr` over
Rust std types like `str`. See
[Rust Proto Design Decisions](/reference/rust/rust-design-decisions.md)
[Rust Proto Design Decisions](/reference/rust/rust-design-decisions)
for more on this topic.

## Generated Filenames {#filenames}
Expand Down