Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

[$5] - [Competitive Programming] - links are different when pages are loaded #944

@birdofpreyru

Description

@birdofpreyru

See this issue ticket: topcoder-archive/appirio_tech-tc-site#438 (it is also valid with FireFox 50.1.0 on Ubuntu 16.04)

It looks to me, that if an URL contains a whitespace, it is a browser dependent thing, whether it is replaced by %20 code, or not. At the same time, if we replaced the whitespace in that link with dash, I see that the URL
https://www.topcoder.com/community/competitive-programming/
serves the same page as
https://www.topcoder.com/community/competitive programming/
or
https://www.topcoder.com/community/competitive%20programming/

Expected Fix

Find all links to that Competitive Programming page both in this repo and in https://github.com/appirio-tech/tc-site and ensure that they use the endpoint with dash, rather than with whitespace or %20.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions