Skip to content

Commit

Permalink
fix: Links which were causing problems in docs.konghq.com
Browse files Browse the repository at this point in the history
Signed-off-by: Charly Molter <charly.molter@konghq.com>
  • Loading branch information
lahabana committed Jul 24, 2023
1 parent 0c938b5 commit 7a8833a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/_src/policies/meshtrafficpermission.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ it should not be mixed with [TrafficPermission](/docs/{{ page.version }}/policie
| MeshService ||||
| MeshServiceSubset ||||

If you don't understand this table you should read [matching docs](/docs/{{ page.version }}/policies/targetRef).
If you don't understand this table you should read [matching docs](/docs/{{ page.version }}/policies/targetref).

Check warning on line 19 in app/_src/policies/meshtrafficpermission.md

View workflow job for this annotation

GitHub Actions / Lint docs

[vale] reported by reviewdog 🐶 [Google.Parens] Use parentheses judiciously. Raw Output: {"message": "[Google.Parens] Use parentheses judiciously.", "location": {"path": "app/_src/policies/meshtrafficpermission.md", "range": {"start": {"line": 19, "column": 67}}}, "severity": "INFO"}

Check failure on line 19 in app/_src/policies/meshtrafficpermission.md

View workflow job for this annotation

GitHub Actions / Lint docs

[vale] reported by reviewdog 🐶 [Vale.Terms] Use 'targetRef' instead of 'targetref'. Raw Output: {"message": "[Vale.Terms] Use 'targetRef' instead of 'targetref'.", "location": {"path": "app/_src/policies/meshtrafficpermission.md", "range": {"start": {"line": 19, "column": 102}}}, "severity": "ERROR"}

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion app/_src/production/cp-deployment/zoneproxy-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,4 +312,4 @@ can impersonate any service.

## Legacy Zone Ingress Token

Authenticating Zone Ingress using [separate Zone Ingress Token](/docs/1.8.x/security/zone-ingress-auth/) is still possible, but it is deprecated and will be removed in the future.
Authenticating Zone Ingress using [separate Zone Ingress Token](https://kuma.io/docs/1.8.x/security/zone-ingress-auth/) is still possible, but it is deprecated and will be removed in the future.

Check warning on line 315 in app/_src/production/cp-deployment/zoneproxy-auth.md

View workflow job for this annotation

GitHub Actions / Lint docs

[vale] reported by reviewdog 🐶 [Google.Contractions] Use 'it's' instead of 'it is'. Raw Output: {"message": "[Google.Contractions] Use 'it's' instead of 'it is'.", "location": {"path": "app/_src/production/cp-deployment/zoneproxy-auth.md", "range": {"start": {"line": 315, "column": 144}}}, "severity": "INFO"}

Check warning on line 315 in app/_src/production/cp-deployment/zoneproxy-auth.md

View workflow job for this annotation

GitHub Actions / Lint docs

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('is deprecated'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('is deprecated').", "location": {"path": "app/_src/production/cp-deployment/zoneproxy-auth.md", "range": {"start": {"line": 315, "column": 147}}}, "severity": "INFO"}

Check warning on line 315 in app/_src/production/cp-deployment/zoneproxy-auth.md

View workflow job for this annotation

GitHub Actions / Lint docs

[vale] reported by reviewdog 🐶 [Google.Will] Avoid using 'will'. Raw Output: {"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "app/_src/production/cp-deployment/zoneproxy-auth.md", "range": {"start": {"line": 315, "column": 165}}}, "severity": "WARNING"}

Check warning on line 315 in app/_src/production/cp-deployment/zoneproxy-auth.md

View workflow job for this annotation

GitHub Actions / Lint docs

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('be removed'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('be removed').", "location": {"path": "app/_src/production/cp-deployment/zoneproxy-auth.md", "range": {"start": {"line": 315, "column": 170}}}, "severity": "INFO"}
2 changes: 1 addition & 1 deletion app/docs/2.0.x/security/zoneproxy-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,4 @@ can impersonate any service.

## Legacy Zone Ingress Token

Authenticating Zone Ingress using [separate Zone Ingress Token](/docs/1.8.x/security/zone-ingress-auth/) is still possible, but it is deprecated and will be removed in the future.
Authenticating Zone Ingress using [separate Zone Ingress Token](https://kuma.io/docs/1.8.x/security/zone-ingress-auth/) is still possible, but it is deprecated and will be removed in the future.

Check warning on line 214 in app/docs/2.0.x/security/zoneproxy-auth.md

View workflow job for this annotation

GitHub Actions / Lint docs

[vale] reported by reviewdog 🐶 [Google.Contractions] Use 'it's' instead of 'it is'. Raw Output: {"message": "[Google.Contractions] Use 'it's' instead of 'it is'.", "location": {"path": "app/docs/2.0.x/security/zoneproxy-auth.md", "range": {"start": {"line": 214, "column": 144}}}, "severity": "INFO"}

Check warning on line 214 in app/docs/2.0.x/security/zoneproxy-auth.md

View workflow job for this annotation

GitHub Actions / Lint docs

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('is deprecated'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('is deprecated').", "location": {"path": "app/docs/2.0.x/security/zoneproxy-auth.md", "range": {"start": {"line": 214, "column": 147}}}, "severity": "INFO"}

Check warning on line 214 in app/docs/2.0.x/security/zoneproxy-auth.md

View workflow job for this annotation

GitHub Actions / Lint docs

[vale] reported by reviewdog 🐶 [Google.Will] Avoid using 'will'. Raw Output: {"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "app/docs/2.0.x/security/zoneproxy-auth.md", "range": {"start": {"line": 214, "column": 165}}}, "severity": "WARNING"}

Check warning on line 214 in app/docs/2.0.x/security/zoneproxy-auth.md

View workflow job for this annotation

GitHub Actions / Lint docs

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('be removed'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('be removed').", "location": {"path": "app/docs/2.0.x/security/zoneproxy-auth.md", "range": {"start": {"line": 214, "column": 170}}}, "severity": "INFO"}

0 comments on commit 7a8833a

Please sign in to comment.