Skip to content

Commit 172fafe

Browse files
richardwhiukkw217
andauthored
[Rust Server] Fix server-writing docs for rust-server (#19367)
* 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>
1 parent fbe6c11 commit 172fafe

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

modules/openapi-generator/src/main/resources/rust-server/README.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ It also contains an example server and client which make use of `{{{packageName}
3939
arguments on the command line.
4040

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

4444
## Examples
4545

samples/server/petstore/rust-server/output/multipart-v3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ It also contains an example server and client which make use of `multipart-v3`:
3434
arguments on the command line.
3535

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

3939
## Examples
4040

samples/server/petstore/rust-server/output/no-example-v3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ It also contains an example server and client which make use of `no-example-v3`:
3434
arguments on the command line.
3535

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

3939
## Examples
4040

samples/server/petstore/rust-server/output/openapi-v3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ It also contains an example server and client which make use of `openapi-v3`:
3434
arguments on the command line.
3535

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

3939
## Examples
4040

samples/server/petstore/rust-server/output/ops-v3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ It also contains an example server and client which make use of `ops-v3`:
3434
arguments on the command line.
3535

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

3939
## Examples
4040

samples/server/petstore/rust-server/output/petstore-with-fake-endpoints-models-for-testing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ It also contains an example server and client which make use of `petstore-with-f
3434
arguments on the command line.
3535

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

3939
## Examples
4040

samples/server/petstore/rust-server/output/ping-bearer-auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ It also contains an example server and client which make use of `ping-bearer-aut
3434
arguments on the command line.
3535

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

3939
## Examples
4040

samples/server/petstore/rust-server/output/rust-server-test/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ It also contains an example server and client which make use of `rust-server-tes
3434
arguments on the command line.
3535

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

3939
## Examples
4040

0 commit comments

Comments
 (0)