Skip to content

Commit 9d669d5

Browse files
Remove broken links to unblock CI (#2573)
* Remove broken links to unblock CI. * Skip link checking for a couple more links.
1 parent e90726f commit 9d669d5

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

site/content/en/blog/releases/1.1.0-rc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Check the <a href="https://github.com/googleforgames/agones/tree/release-1.1.0-r
4343
**Security fixes:**
4444

4545
- Ran `npm audit fix` to update package dependencies. [\#1097](https://github.com/googleforgames/agones/pull/1097) ([roberthbailey](https://github.com/roberthbailey))
46-
- Bump eslint-utils from 1.4.0 to 1.4.2 in /sdks/nodejs [\#1014](https://github.com/googleforgames/agones/pull/1014) ([dependabot[bot]](https://github.com/apps/dependabot))
46+
- Bump eslint-utils from 1.4.0 to 1.4.2 in /sdks/nodejs [\#1014](https://github.com/googleforgames/agones/pull/1014) (dependabot[bot])
4747

4848
Documentation: https://development.agones.dev/site/
4949

site/content/en/blog/releases/1.1.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Check the <a href="https://github.com/googleforgames/agones/tree/release-1.1.0"
5151
**Security fixes:**
5252

5353
- Ran `npm audit fix` to update package dependencies. [\#1097](https://github.com/googleforgames/agones/pull/1097) ([roberthbailey](https://github.com/roberthbailey))
54-
- Bump eslint-utils from 1.4.0 to 1.4.2 in /sdks/nodejs [\#1014](https://github.com/googleforgames/agones/pull/1014) ([dependabot[bot]](https://github.com/apps/dependabot))
54+
- Bump eslint-utils from 1.4.0 to 1.4.2 in /sdks/nodejs [\#1014](https://github.com/googleforgames/agones/pull/1014) (dependabot[bot])
5555

5656
See <a href="https://github.com/googleforgames/agones/blob/release-1.1.0/CHANGELOG.md" >CHANGELOG</a> for more details on changes.
5757

site/content/en/blog/releases/1.12.0-rc.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Check the <a href="https://github.com/googleforgames/agones/tree/release-1.12.0-
3131
- Move ContainerPortAllocation to Stable [\#1961](https://github.com/googleforgames/agones/pull/1961) ([markmandel](https://github.com/markmandel))
3232
- CRD OpenAPI Spec for ObjectMeta & PodTemplateSpec [\#1956](https://github.com/googleforgames/agones/pull/1956) ([markmandel](https://github.com/markmandel))
3333
- Add a "why" section for the Allocator Service documentation [\#1953](https://github.com/googleforgames/agones/pull/1953) ([markmandel](https://github.com/markmandel))
34-
- Add nodeSelector property to Agones helm chart for Allocator [\#1946](https://github.com/googleforgames/agones/pull/1946) ([josephbmanley](https://github.com/josephbmanley))
34+
- Add nodeSelector property to Agones helm chart for Allocator [\#1946](https://github.com/googleforgames/agones/pull/1946) (josephbmanley)
3535

3636
Documentation: https://development.agones.dev/site/
3737

@@ -60,4 +60,4 @@ Helm chart available with this release:
6060
- <a href="https://agones.dev/chart/stable/agones-1.12.0-rc.tgz" >
6161
<code>helm install agones agones/agones --version 1.12.0-rc</code></a>
6262

63-
> Make sure to add our stable helm repository using `helm repo add agones https://agones.dev/chart/stable`
63+
> Make sure to add our stable helm repository using `helm repo add agones https://agones.dev/chart/stable`

site/content/en/blog/releases/1.12.0.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Check the <a href="https://github.com/googleforgames/agones/tree/release-1.12.0"
3131
- Move ContainerPortAllocation to Stable [\#1961](https://github.com/googleforgames/agones/pull/1961) ([markmandel](https://github.com/markmandel))
3232
- CRD OpenAPI Spec for ObjectMeta & PodTemplateSpec [\#1956](https://github.com/googleforgames/agones/pull/1956) ([markmandel](https://github.com/markmandel))
3333
- Add a "why" section for the Allocator Service documentation [\#1953](https://github.com/googleforgames/agones/pull/1953) ([markmandel](https://github.com/markmandel))
34-
- Add nodeSelector property to Agones helm chart for Allocator [\#1946](https://github.com/googleforgames/agones/pull/1946) ([josephbmanley](https://github.com/josephbmanley))
34+
- Add nodeSelector property to Agones helm chart for Allocator [\#1946](https://github.com/googleforgames/agones/pull/1946) (josephbmanley)
3535

3636
See <a href="https://github.com/googleforgames/agones/blob/release-1.12.0/CHANGELOG.md" >CHANGELOG</a> for more details on changes.
3737

@@ -58,4 +58,4 @@ Helm chart available with this release:
5858
- <a href="https://agones.dev/chart/stable/agones-1.12.0.tgz" >
5959
<code>helm install agones agones/agones --version 1.12.0</code></a>
6060

61-
> Make sure to add our stable helm repository using `helm repo add agones https://agones.dev/chart/stable`
61+
> Make sure to add our stable helm repository using `helm repo add agones https://agones.dev/chart/stable`

site/content/en/docs/Installation/Creating Cluster/eks.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linkTitle: "Amazon Web Services"
44
weight: 20
55
description: >
66
Follow these steps to create an [Amazon Elastic Kubernetes Service (EKS)](https://aws.amazon.com/eks/)
7-
cluster for your Agones install.
7+
cluster for your Agones install.
88
---
99

1010
Create your EKS Cluster using the [Getting Started Guide](https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html).
@@ -28,7 +28,7 @@ eksctl create cluster \
2828

2929
{{< alert title="Note" color="info">}}
3030
EKS does not use the normal Kubernetes networking since it
31-
is [incompatible with Amazon VPC networking](https://itnext.io/kubernetes-is-hard-why-eks-makes-it-easier-for-network-and-security-architects-ea6d8b2ca965).
31+
is <a href="https://itnext.io/kubernetes-is-hard-why-eks-makes-it-easier-for-network-and-security-architects-ea6d8b2ca965" data-proofer-ignore>incompatible with Amazon VPC networking</a>.
3232
{{< /alert >}}
3333

3434
## Allowing UDP Traffic
@@ -43,4 +43,4 @@ For Agones to work correctly, we need to allow UDP traffic to pass through to ou
4343

4444
## Next Steps
4545

46-
- Continue to [Install Agones]({{< relref "../Install Agones/_index.md" >}}).
46+
- Continue to [Install Agones]({{< relref "../Install Agones/_index.md" >}}).

site/content/en/docs/Installation/Creating Cluster/minikube.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ via Agones exposed ports.
5353

5454
**Windows**
5555
* hyper-v (might need
56-
[this blog post](https://blog.thepolyglotprogrammer.com/setting-up-kubernetes-on-wsl-to-work-with-minikube-on-windows-10-90dac3c72fa1)
56+
<a href="https://blog.thepolyglotprogrammer.com/setting-up-kubernetes-on-wsl-to-work-with-minikube-on-windows-10-90dac3c72fa1" data-proofer-ignore>this blog post</a>
5757
and/or [this comment](https://github.com/microsoft/WSL/issues/4288#issuecomment-652259640) for WSL support)
5858

5959
_If you have successfully tested with other platforms and drivers, please click "edit this page" in the top right hand

0 commit comments

Comments
 (0)