Skip to content

Commit 7486f12

Browse files
Correct unsafe pistache documentation link (#22296)
* Replace outdated/incorrect documentation link with correct https version * Generate samples
1 parent 600c051 commit 7486f12

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ cd build
3939
```
4040

4141
## Libraries required
42-
- [pistache](http://pistache.io/quickstart)
42+
- [pistache](https://pistacheio.github.io/pistache/docs/)
4343
- [JSON for Modern C++](https://github.com/nlohmann/json/#integration): Please download the `json.hpp` file and
4444
put it under the model/nlohmann folder
4545

samples/server/petstore/cpp-pistache-everything/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ cd build
3939
```
4040

4141
## Libraries required
42-
- [pistache](http://pistache.io/quickstart)
42+
- [pistache](https://pistacheio.github.io/pistache/docs/)
4343
- [JSON for Modern C++](https://github.com/nlohmann/json/#integration): Please download the `json.hpp` file and
4444
put it under the model/nlohmann folder
4545

samples/server/petstore/cpp-pistache-nested-schema-refs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ cd build
3939
```
4040

4141
## Libraries required
42-
- [pistache](http://pistache.io/quickstart)
42+
- [pistache](https://pistacheio.github.io/pistache/docs/)
4343
- [JSON for Modern C++](https://github.com/nlohmann/json/#integration): Please download the `json.hpp` file and
4444
put it under the model/nlohmann folder
4545

samples/server/petstore/cpp-pistache/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ cd build
3939
```
4040

4141
## Libraries required
42-
- [pistache](http://pistache.io/quickstart)
42+
- [pistache](https://pistacheio.github.io/pistache/docs/)
4343
- [JSON for Modern C++](https://github.com/nlohmann/json/#integration): Please download the `json.hpp` file and
4444
put it under the model/nlohmann folder
4545

0 commit comments

Comments
 (0)