Skip to content

Commit dc4150b

Browse files
committed
point rest at right version of swagger docs
1 parent 6c5ae0a commit dc4150b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/v1.0/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The operator provides some optional features that can be enabled in the configur
142142

143143
### Load balancing with an Ingress controller or a web server
144144

145-
You can choose a load balancer provider for your WebLogic domains running in a Kubernetes cluster. Please refer to [Load balancing with Voyager/HAProxy](site/voyager.md), [Load balancing with Traefik](site/traefik.md), and [Load balancing with the Apache HTTP Server](site/apache.md) for information about the current capabilities and setup instructions for each of the supported load balancers.
145+
You can choose a load balancer provider for your WebLogic domains running in a Kubernetes cluster. Please refer to [Load balancing with Voyager/HAProxy](voyager.md), [Load balancing with Traefik](traefik.md), and [Load balancing with the Apache HTTP Server](apache.md) for information about the current capabilities and setup instructions for each of the supported load balancers.
146146

147147
Note these limitations:
148148

site/v1.0/rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
# Using the operator's REST services
44

5-
The operator provides a REST server which can be used to get a list of WebLogic domains and clusters and to initiate scaling operations. Swagger documentation for the REST API is available [here](https://oracle.github.io/weblogic-kubernetes-operator/swagger/index.html).
5+
The operator provides a REST server which can be used to get a list of WebLogic domains and clusters and to initiate scaling operations. Swagger documentation for the REST API is available [here](https://oracle.github.io/weblogic-kubernetes-operator/v1.0/swagger/index.html).
66

77
You can access most of the REST services using `GET`, for example:
88

0 commit comments

Comments
 (0)