Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken link #4070

Merged
merged 2 commits into from
Dec 16, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion site/content/en/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h2 class="text-center pb-3">Companies using Agones</h2>
<a href="http://altavr.io/"><img alt="altavr" width="100" src="images/altavr-logo.png" /></a>
<a href="https://www.embark.games/"><img alt="Embark Studios" width="50" src="images/embark.png" /></a>
<a href="http://accelbyte.io/"><img alt="accelbyte" width="100" src="images/accelbyte.png" /></a>
<a href="https://space.game/"><img alt="Space Game" width="80" src="images/spacegame.png" /></a>
<img alt="Space Game" width="80" src="images/spacegame.png" />
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From a brief Google search I couldn't find a new URL. We should remove this whole line, as well as the site/static/images/spacegame.png image since there's no URL.

Suggested change
<img alt="Space Game" width="80" src="images/spacegame.png" />

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NBoychev FYI, since this was your link!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i also checked their twitter official. but I couldn't find any new links.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I pushed a second commit to remove everything so we can get this in ASAP as it's breaking our CI / CD test suite. They can resubmit a new PR with a new link and image later.

<a href="https://rolltable.app/"><img alt="rolltable" width="100" src="images/rolltable.png" /></a>
<a href="https://vela.games/" data-proofer-ignore><img alt="Vela Games" width="100" src="images/velagames.png" /></a>
<a href="https://netspeakgames.com//"><img alt="Netspeak Games" width="100" src="images/netspeakgames.png" /></a>
Expand Down
Loading