imfreedom/www.imfreedom.org

9b512ac8bd50
Replace the wiki link with one to the knowledgebase

Testing Done:
Ran locally with `npm run hugo:server` and verified the link works.

Reviewed at https://reviews.imfreedom.org/r/1516/
{
"tabWidth": 4,
"useTabs": true,
"pluginSearchDirs": ["./"],
"proseWrap": "always",
"trailingComma": "es5",
"overrides": [
{
"files": "tools/**/*.js",
"options": {
"semi": false,
"singleQuote": true
}
}
]
}