Skip to content

Commit

Permalink
Remove broken links to unblock CI (#2573)
Browse files Browse the repository at this point in the history
* Remove broken links to unblock CI.

* Skip link checking for a couple more links.
  • Loading branch information
roberthbailey committed May 11, 2022
1 parent e90726f commit 9d669d5
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion site/content/en/blog/releases/1.1.0-rc.md
Expand Up @@ -43,7 +43,7 @@ Check the <a href="https://github.com/googleforgames/agones/tree/release-1.1.0-r
**Security fixes:**

- Ran `npm audit fix` to update package dependencies. [\#1097](https://github.com/googleforgames/agones/pull/1097) ([roberthbailey](https://github.com/roberthbailey))
- 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))
- Bump eslint-utils from 1.4.0 to 1.4.2 in /sdks/nodejs [\#1014](https://github.com/googleforgames/agones/pull/1014) (dependabot[bot])

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

Expand Down
2 changes: 1 addition & 1 deletion site/content/en/blog/releases/1.1.0.md
Expand Up @@ -51,7 +51,7 @@ Check the <a href="https://github.com/googleforgames/agones/tree/release-1.1.0"
**Security fixes:**

- Ran `npm audit fix` to update package dependencies. [\#1097](https://github.com/googleforgames/agones/pull/1097) ([roberthbailey](https://github.com/roberthbailey))
- 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))
- Bump eslint-utils from 1.4.0 to 1.4.2 in /sdks/nodejs [\#1014](https://github.com/googleforgames/agones/pull/1014) (dependabot[bot])

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

Expand Down
4 changes: 2 additions & 2 deletions site/content/en/blog/releases/1.12.0-rc.md
Expand Up @@ -31,7 +31,7 @@ Check the <a href="https://github.com/googleforgames/agones/tree/release-1.12.0-
- Move ContainerPortAllocation to Stable [\#1961](https://github.com/googleforgames/agones/pull/1961) ([markmandel](https://github.com/markmandel))
- CRD OpenAPI Spec for ObjectMeta & PodTemplateSpec [\#1956](https://github.com/googleforgames/agones/pull/1956) ([markmandel](https://github.com/markmandel))
- Add a "why" section for the Allocator Service documentation [\#1953](https://github.com/googleforgames/agones/pull/1953) ([markmandel](https://github.com/markmandel))
- Add nodeSelector property to Agones helm chart for Allocator [\#1946](https://github.com/googleforgames/agones/pull/1946) ([josephbmanley](https://github.com/josephbmanley))
- Add nodeSelector property to Agones helm chart for Allocator [\#1946](https://github.com/googleforgames/agones/pull/1946) (josephbmanley)

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

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

> Make sure to add our stable helm repository using `helm repo add agones https://agones.dev/chart/stable`
> Make sure to add our stable helm repository using `helm repo add agones https://agones.dev/chart/stable`
4 changes: 2 additions & 2 deletions site/content/en/blog/releases/1.12.0.md
Expand Up @@ -31,7 +31,7 @@ Check the <a href="https://github.com/googleforgames/agones/tree/release-1.12.0"
- Move ContainerPortAllocation to Stable [\#1961](https://github.com/googleforgames/agones/pull/1961) ([markmandel](https://github.com/markmandel))
- CRD OpenAPI Spec for ObjectMeta & PodTemplateSpec [\#1956](https://github.com/googleforgames/agones/pull/1956) ([markmandel](https://github.com/markmandel))
- Add a "why" section for the Allocator Service documentation [\#1953](https://github.com/googleforgames/agones/pull/1953) ([markmandel](https://github.com/markmandel))
- Add nodeSelector property to Agones helm chart for Allocator [\#1946](https://github.com/googleforgames/agones/pull/1946) ([josephbmanley](https://github.com/josephbmanley))
- Add nodeSelector property to Agones helm chart for Allocator [\#1946](https://github.com/googleforgames/agones/pull/1946) (josephbmanley)

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

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

> Make sure to add our stable helm repository using `helm repo add agones https://agones.dev/chart/stable`
> Make sure to add our stable helm repository using `helm repo add agones https://agones.dev/chart/stable`
6 changes: 3 additions & 3 deletions site/content/en/docs/Installation/Creating Cluster/eks.md
Expand Up @@ -4,7 +4,7 @@ linkTitle: "Amazon Web Services"
weight: 20
description: >
Follow these steps to create an [Amazon Elastic Kubernetes Service (EKS)](https://aws.amazon.com/eks/)
cluster for your Agones install.
cluster for your Agones install.
---

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

{{< alert title="Note" color="info">}}
EKS does not use the normal Kubernetes networking since it
is [incompatible with Amazon VPC networking](https://itnext.io/kubernetes-is-hard-why-eks-makes-it-easier-for-network-and-security-architects-ea6d8b2ca965).
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>.
{{< /alert >}}

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

## Next Steps

- Continue to [Install Agones]({{< relref "../Install Agones/_index.md" >}}).
- Continue to [Install Agones]({{< relref "../Install Agones/_index.md" >}}).
Expand Up @@ -53,7 +53,7 @@ via Agones exposed ports.

**Windows**
* hyper-v (might need
[this blog post](https://blog.thepolyglotprogrammer.com/setting-up-kubernetes-on-wsl-to-work-with-minikube-on-windows-10-90dac3c72fa1)
<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>
and/or [this comment](https://github.com/microsoft/WSL/issues/4288#issuecomment-652259640) for WSL support)

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

0 comments on commit 9d669d5

Please sign in to comment.