We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88110a9 commit 37e289dCopy full SHA for 37e289d
src/components/Footer.tsx
@@ -19,6 +19,10 @@ const footerSections = [
19
title: "FAQ",
20
href: "https://accordproject.org/frequently-asked-questions/",
21
},
22
+ {
23
+ title: "White Paper",
24
+ href: "https://accordproject.org/whitepaper-2024/",
25
+ },
26
],
27
28
{
@@ -48,8 +52,8 @@ const footerSections = [
48
52
href: "https://marketplace.visualstudio.com/items?itemName=accordproject.cicero-vscode-extension",
49
53
50
54
51
- title: "Model Repository",
- href: "https://models.accordproject.org/",
55
+ title: "Markdown Transform",
56
+ href: "https://github.com/accordproject/markdown-transform",
57
58
59
0 commit comments