Skip to content

Commit

Permalink
fix: ASF event URL
Browse files Browse the repository at this point in the history
This fixes #113.
  • Loading branch information
tisonkun authored Oct 31, 2023
1 parent a904014 commit 6905a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const math = require('remark-math');
const asfLinks = [
{to: 'https://www.apache.org', label: 'Foundation'},
{to: 'https://www.apache.org/licenses/', label: 'License'},
{to: 'https://www.apache.org/events/current-event', label: 'Events'},
{to: 'https://www.apache.org/events/current-event.html', label: 'Events'},
{to: 'https://www.apache.org/foundation/sponsorship.html', label: 'Sponsorship'},
{to: 'https://privacy.apache.org/policies/privacy-policy-public.html', label: 'Privacy'},
{to: 'https://www.apache.org/security/', label: 'Security'},
Expand Down

0 comments on commit 6905a11

Please sign in to comment.