Skip to content

Commit

Permalink
[Rust Server] Fix server-writing docs for rust-server (#19367)
Browse files Browse the repository at this point in the history
* Fix server-writing docs for rust-server

Fix broken link in generated README for rust-server.

* Update samples

---------

Co-authored-by: Keith Wansbrough <Keith.Wansbrough@metaswitch.com>
  • Loading branch information
richardwhiuk and kw217 committed Aug 17, 2024
1 parent fbe6c11 commit 172fafe
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ It also contains an example server and client which make use of `{{{packageName}
arguments on the command line.

You can use the example server and client as a basis for your own code.
See below for [more detail on implementing a server](#writing-a-server).
See below for [more detail on the examples](#using-the-generated-library).

## Examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ It also contains an example server and client which make use of `multipart-v3`:
arguments on the command line.

You can use the example server and client as a basis for your own code.
See below for [more detail on implementing a server](#writing-a-server).
See below for [more detail on the examples](#using-the-generated-library).

## Examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ It also contains an example server and client which make use of `no-example-v3`:
arguments on the command line.

You can use the example server and client as a basis for your own code.
See below for [more detail on implementing a server](#writing-a-server).
See below for [more detail on the examples](#using-the-generated-library).

## Examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ It also contains an example server and client which make use of `openapi-v3`:
arguments on the command line.

You can use the example server and client as a basis for your own code.
See below for [more detail on implementing a server](#writing-a-server).
See below for [more detail on the examples](#using-the-generated-library).

## Examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ It also contains an example server and client which make use of `ops-v3`:
arguments on the command line.

You can use the example server and client as a basis for your own code.
See below for [more detail on implementing a server](#writing-a-server).
See below for [more detail on the examples](#using-the-generated-library).

## Examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ It also contains an example server and client which make use of `petstore-with-f
arguments on the command line.

You can use the example server and client as a basis for your own code.
See below for [more detail on implementing a server](#writing-a-server).
See below for [more detail on the examples](#using-the-generated-library).

## Examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ It also contains an example server and client which make use of `ping-bearer-aut
arguments on the command line.

You can use the example server and client as a basis for your own code.
See below for [more detail on implementing a server](#writing-a-server).
See below for [more detail on the examples](#using-the-generated-library).

## Examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ It also contains an example server and client which make use of `rust-server-tes
arguments on the command line.

You can use the example server and client as a basis for your own code.
See below for [more detail on implementing a server](#writing-a-server).
See below for [more detail on the examples](#using-the-generated-library).

## Examples

Expand Down

0 comments on commit 172fafe

Please sign in to comment.