Skip to content

Commit

Permalink
Doc: announcement.js: tweak language
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Oct 30, 2024
1 parent dc207a2 commit 051a853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/_static/announcement.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ function()
{
var banner = document.createElement("div");
banner.id = "announcement-banner";
banner.innerHTML = "The GDAL project is currently soliciting feedback to help focus <a href=\"https://gdal.org/en/latest/development/rfc/rfc83_use_of_project_sponsorship.html\">GDAL Sponsorship Program</a> activities.<br>We would highly appreciate you fill in the <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdMXygtDb5M0Ov0KK0u2wKkev1rMqAjRdTlwMeCl7Z1TGJTLw/viewform\"><strong>survey</strong></a> will provide guidance about priorities for the program's resources (open until November 11th, 2024).";
banner.innerHTML = "The GDAL project is currently soliciting feedback to help focus <a href=\"https://gdal.org/en/latest/development/rfc/rfc83_use_of_project_sponsorship.html\">GDAL Sponsorship Program</a> activities.<br>We would highly appreciate you fill in the <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSdMXygtDb5M0Ov0KK0u2wKkev1rMqAjRdTlwMeCl7Z1TGJTLw/viewform\"><strong>survey</strong></a> that will provide guidance about priorities for the program's resources (open until November 11th, 2024).";
var body = document.body;
body.insertBefore(banner, body.firstChild);
});

0 comments on commit 051a853

Please sign in to comment.