Skip to content

Commit

Permalink
chore: update footer links
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Berezovskyi <[email protected]>
  • Loading branch information
berezovskyi committed Oct 12, 2024
1 parent a79f779 commit 721aae7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion frontend/views/footer.jade
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@ footer#footer
b Documentation
ul.xoxo.blogroll
li
a(href='#{gitRepo}/wiki', title='About SPARQL Endpoints Status', target='_blank') About
a(href='#{gitRepo}/discussions', title='Forum discussions', target='_blank') Forum
li
//- https://docs.github.com/en/enterprise-cloud@latest/issues/tracking-your-work-with-issues/using-issues/creating-an-issue#creating-an-issue-from-a-url-query
a(href='#{gitRepo}/issues/new', title='Add a SPARQL endpoint', target='_blank') Add a SPARQL endpoint
//- li
//- a(href='#{gitRepo}/wiki', title='About SPARQL Endpoints Status', target='_blank') About
//- li
//- a(href='#{baseUri}/api', title='Get access to SPARQLES via APIs') APIs
//- li
Expand Down

0 comments on commit 721aae7

Please sign in to comment.