Skip to content

Commit

Permalink
Update index page
Browse files Browse the repository at this point in the history
set static index page to use HTTPS link to prebid.org -- resolves #3010
  • Loading branch information
bretg authored Feb 23, 2024
1 parent 60fafdd commit 1fb5a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>Prebid Server</title>
</head>
<body>
Prebid Server is a server-to-server proxy for <a href="http://prebid.org">Prebid.js</a> users.
Prebid Server is a server-to-server proxy for <a href="https://prebid.org">Prebid.js</a> users.
The host is not responsible for the content or advertising delivered through this proxy. For more information,
please contact prebid-server - at - prebid.org.
</body>
Expand Down

0 comments on commit 1fb5a42

Please sign in to comment.