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

CI: Fix 404 on CI link testing #3542

Merged
merged 1 commit into from
Dec 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
10 changes: 5 additions & 5 deletions site/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,17 +128,17 @@ no = 'Sorry to hear that. Please <a href="https://github.com/googleforgames/agon
name = "Slack"
url = "https://join.slack.com/t/agones/shared_invite/enQtMzE5NTE0NzkyOTk1LWU3ODAyZjdjMjNlYWIxZTAwODkxMGY3YWEyZjNjMjc4YWM1Zjk0OThlMGU2ZmUyMzRlMDljNDJiNmZlMGQ1M2U"
icon = "fab fa-slack"
desc = "Chat with other project users in #users"
desc = "Chat with other project users in #users"
[[params.links.user]]
name = "User mailing list"
url = "https://groups.google.com/forum/#!forum/agones-discuss"
icon = "fa fa-envelope"
desc = "Discussion and help from your fellow users"
desc = "Discussion and help from your fellow users"
[[params.links.user]]
name ="Twitter"
url = "https://twitter.com/agonesdev"
icon = "fab fa-twitter"
desc = "Follow us on Twitter to get the latest news!"
desc = "Follow us on Twitter to get the latest news!"
[[params.links.user]]
name ="Community Meetings"
url = "https://www.youtube.com/playlist?list=PLhkWKwFGACw2dFpdmwxOyUCzlGP2-n7uF"
Expand All @@ -149,12 +149,12 @@ no = 'Sorry to hear that. Please <a href="https://github.com/googleforgames/agon
name = "GitHub"
url = "https://github.com/googleforgames/agones"
icon = "fab fa-github"
desc = "Development takes place here!"
desc = "Development takes place here!"
[[params.links.developer]]
name = "Slack"
url = "https://join.slack.com/t/agones/shared_invite/enQtMzE5NTE0NzkyOTk1LWU3ODAyZjdjMjNlYWIxZTAwODkxMGY3YWEyZjNjMjc4YWM1Zjk0OThlMGU2ZmUyMzRlMDljNDJiNmZlMGQ1M2U"
icon = "fab fa-slack"
desc = "Chat with other project developers in #developers"
desc = "Chat with other project developers in #developers"
[[params.links.developer]]
name ="Community Meetings"
url = "https://www.youtube.com/playlist?list=PLhkWKwFGACw2dFpdmwxOyUCzlGP2-n7uF"
Expand Down
4 changes: 2 additions & 2 deletions site/htmltest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ ExternalTimeout: 60
IgnoreURLs:
- http://localhost
- https://twitter.com/agonesdev
- https://www.youtube.com/playlist
HTTPHeaders:
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko)
Chrome/100.0.4896.127 Safari/537.36
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36