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

Commit 0aa6fa5

Browse files
committed
Fix: URL in the announcement
When TCO18 site is accessed via https:// it fails to load any images.
1 parent 8b414aa commit 0aa6fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/my-dashboard/notifications/news.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"headerExpand": "TCO18 Has Begun!",
66
"detailsExpand": "Visit the new TCO18 Website for all the details and rules for each track. Also be sure to frequently visit the Challenge Listings page for opportunity to earn TCO18 Points!",
77
"backgroundImage": "tc-dashboard-tco18.png",
8-
"redirectTo": "https://tco18.topcoder.com/",
8+
"redirectTo": "http://tco18.topcoder.com/",
99
"redirectText": "TCO18 Homepage",
1010
"live": false,
1111
"liveExpand": false,

0 commit comments

Comments
 (0)