Skip to content

Commit c83e359

Browse files
authored
Fix links in docs (#355)
1 parent f978252 commit c83e359

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

api/v4/security/jwt-bearer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ cf bind-service MY_APPLICATION MY_SERVICE_INSTANCE
196196
cf restage MY_APPLICATION
197197
```
198198

199-
For further information, refer to the [Single Sign-On for Tanzu developer guide](https://techdocs.broadcom.com/us/en/vmware-tanzu/platform-services/single-sign-on-for-tanzu/1-16/sso-tanzu/developer-index.html) or follow the instructions included in the [Steeltoe Security samples](https://github.com/SteeltoeOSS/Samples/blob/latest/Security/src/AuthWeb/README.md).
199+
For further information, refer to the [Single Sign-On for Tanzu developer guide](https://techdocs.broadcom.com/us/en/vmware-tanzu/platform-services/single-sign-on-for-tanzu/1-16/sso-tanzu/developer-index.html) or follow the instructions included in the [Steeltoe Security samples](https://github.com/SteeltoeOSS/Samples/blob/main/Security/src/AuthWeb/README.md).
200200

201201
### UAA Server
202202

guides/get-to-know-steeltoe/exercise2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Expose all the actuator endpoints for debugging and demonstration purposes in "a
5656
```
5757

5858
> [!TIP]
59-
> Enable Intellisense for Steeltoe settings within `appsettings.json` by adding a schema reference inside the JSON like this: `"$schema": "https://steeltoe.io/schema/latest/schema.json"`
59+
> Enable Intellisense for Steeltoe settings within `appsettings.json` by adding a schema reference inside the JSON like this: `"$schema": "https://steeltoe.io/schema/v3/schema.json"`
6060
6161
## Run the application
6262

guides/service-discovery/consul.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Update `appsettings.json` with host, port and scheme as needed:
100100

101101
```json
102102
{
103-
"$schema": "https://steeltoe.io/schema/latest/schema.json",
103+
"$schema": "https://steeltoe.io/schema/v3/schema.json",
104104
"Consul": {
105105
"Discovery": {
106106
"HostName": "localhost",
@@ -166,7 +166,7 @@ Update the application's settings for Consul to prevent this application from re
166166

167167
```json
168168
{
169-
"$schema": "https://steeltoe.io/schema/latest/schema.json",
169+
"$schema": "https://steeltoe.io/schema/v3/schema.json",
170170
"Consul": {
171171
"Discovery": {
172172
"Register": false

0 commit comments

Comments
 (0)