Skip to content

Commit fe70878

Browse files
committed
links update
1 parent d3c5f2c commit fe70878

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

docs/demos.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ <h3 id="_springdoc_applications_demos">springdoc applications demos</h3>
2626
<div class="ulist">
2727
<ul>
2828
<li>
29-
<p><a href="http://158.101.164.60:8081/" target="_blank" rel="noopener">Demo Spring Boot 2 Web MVC with OpenAPI 3</a></p>
29+
<p><a href="http://129.159.192.103:8081/" target="_blank" rel="noopener">Demo Spring Boot 2 Web MVC with OpenAPI 3</a></p>
3030
</li>
3131
<li>
32-
<p><a href="http://158.101.164.60:8082/" target="_blank" rel="noopener">Demo Spring Boot 2 WebFlux with OpenAPI 3</a></p>
32+
<p><a href="http://129.159.192.103:8082/" target="_blank" rel="noopener">Demo Spring Boot 2 WebFlux with OpenAPI 3</a></p>
3333
</li>
3434
<li>
35-
<p><a href="http://158.101.164.60:8083/" target="_blank" rel="noopener">Demo Spring Boot 1 Web MVC with OpenAPI 3</a></p>
35+
<p><a href="http://129.159.192.103:8083/" target="_blank" rel="noopener">Demo Spring Boot 1 Web MVC with OpenAPI 3</a></p>
3636
</li>
3737
<li>
38-
<p><a href="http://158.101.164.60:8084/swagger-ui.html" target="_blank" rel="noopener">Demo Spring Boot 2 WebFlux with Functional endpoints OpenAPI 3</a></p>
38+
<p><a href="http://129.159.192.103:8084/" target="_blank" rel="noopener">Demo Spring Boot 2 WebFlux with Functional endpoints OpenAPI 3</a></p>
3939
</li>
4040
<li>
41-
<p><a href="http://158.101.164.60:8085/swagger-ui.html" target="_blank" rel="noopener">Demo Spring Boot 2 and Spring Hateoas with OpenAPI 3</a></p>
41+
<p><a href="http://129.159.192.103:8085/" target="_blank" rel="noopener">Demo Spring Boot 2 and Spring Hateoas with OpenAPI 3</a></p>
4242
</li>
4343
</ul>
4444
</div>
@@ -63,7 +63,7 @@ <h3 id="_source_code_of_the_demo_applications">Source code of the Demo Applicati
6363
</div>
6464
<div id="footer">
6565
<div id="footer-text">
66-
Last updated 2020-11-01 19:19:06 +0100
66+
Last updated 2021-05-26 20:31:32 +0200
6767
</div>
6868
</div>
6969
<link rel="stylesheet" href="js/highlight/styles/github.min.css">

docs/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1532,19 +1532,19 @@ <h3 id="springdoc-applications-demos"><a class="anchor" href="#springdoc-applica
15321532
<div class="ulist">
15331533
<ul>
15341534
<li>
1535-
<p><a href="http://158.101.164.60:8081/" target="_blank" rel="noopener">Demo Spring Boot 2 Web MVC with OpenAPI 3</a></p>
1535+
<p><a href="http://129.159.192.103:8081/" target="_blank" rel="noopener">Demo Spring Boot 2 Web MVC with OpenAPI 3</a></p>
15361536
</li>
15371537
<li>
1538-
<p><a href="http://158.101.164.60:8082/" target="_blank" rel="noopener">Demo Spring Boot 2 WebFlux with OpenAPI 3</a></p>
1538+
<p><a href="http://129.159.192.103:8082/" target="_blank" rel="noopener">Demo Spring Boot 2 WebFlux with OpenAPI 3</a></p>
15391539
</li>
15401540
<li>
1541-
<p><a href="http://158.101.164.60:8083/" target="_blank" rel="noopener">Demo Spring Boot 1 Web MVC with OpenAPI 3</a></p>
1541+
<p><a href="http://129.159.192.103:8083/" target="_blank" rel="noopener">Demo Spring Boot 1 Web MVC with OpenAPI 3</a></p>
15421542
</li>
15431543
<li>
1544-
<p><a href="http://158.101.164.60:8084/swagger-ui.html" target="_blank" rel="noopener">Demo Spring Boot 2 WebFlux with Functional endpoints OpenAPI 3</a></p>
1544+
<p><a href="http://129.159.192.103:8084/" target="_blank" rel="noopener">Demo Spring Boot 2 WebFlux with Functional endpoints OpenAPI 3</a></p>
15451545
</li>
15461546
<li>
1547-
<p><a href="http://158.101.164.60:8085/swagger-ui.html" target="_blank" rel="noopener">Demo Spring Boot 2 and Spring Hateoas with OpenAPI 3</a></p>
1547+
<p><a href="http://129.159.192.103:8085/" target="_blank" rel="noopener">Demo Spring Boot 2 and Spring Hateoas with OpenAPI 3</a></p>
15481548
</li>
15491549
</ul>
15501550
</div>
@@ -3421,7 +3421,7 @@ <h3 id="how-can-i-have-pretty-printed-output-of-the-openapi-specification"><a cl
34213421
</div>
34223422
<div id="footer">
34233423
<div id="footer-text">
3424-
Last updated 2020-11-01 19:15:53 +0100
3424+
Last updated 2021-05-24 21:56:25 +0200
34253425
</div>
34263426
</div>
34273427
<link rel="stylesheet" href="js/highlight/styles/github.min.css">

src/docs/asciidoc/demos.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
== Springdoc-openapi Demos
33

44
=== springdoc applications demos
5-
* link:http://158.101.164.60:8081/[Demo Spring Boot 2 Web MVC with OpenAPI 3, window="_blank"]
6-
* link:http://158.101.164.60:8082/[Demo Spring Boot 2 WebFlux with OpenAPI 3, window="_blank"]
7-
* link:http://158.101.164.60:8083/[Demo Spring Boot 1 Web MVC with OpenAPI 3, window="_blank"]
8-
* link:http://158.101.164.60:8084/swagger-ui.html[Demo Spring Boot 2 WebFlux with Functional endpoints OpenAPI 3, window="_blank"]
9-
* link:http://158.101.164.60:8085/swagger-ui.html[Demo Spring Boot 2 and Spring Hateoas with OpenAPI 3, window="_blank"]
5+
* link:http://129.159.192.103:8081/[Demo Spring Boot 2 Web MVC with OpenAPI 3, window="_blank"]
6+
* link:http://129.159.192.103:8082/[Demo Spring Boot 2 WebFlux with OpenAPI 3, window="_blank"]
7+
* link:http://129.159.192.103:8083/[Demo Spring Boot 1 Web MVC with OpenAPI 3, window="_blank"]
8+
* link:http://129.159.192.103:8084/[Demo Spring Boot 2 WebFlux with Functional endpoints OpenAPI 3, window="_blank"]
9+
* link:http://129.159.192.103:8085/[Demo Spring Boot 2 and Spring Hateoas with OpenAPI 3, window="_blank"]
1010

1111
image::images/pets.png[pets.png]
1212

0 commit comments

Comments
 (0)