aboutsummaryrefslogtreecommitdiffstats
path: root/frontend
diff options
context:
space:
mode:
authorgatecat <gatecat@ds0.me>2021-06-09 13:13:50 +0100
committergatecat <gatecat@ds0.me>2021-06-12 13:22:38 +0100
commit1941d1aa81abab4b5c7491daff7982dcd9b84ccb (patch)
treee05a61dbe11a7bb1f497540eb3041a11032802d2 /frontend
parent2ffb08144278c870b9f1b0549afae6d962312fc0 (diff)
downloadnextpnr-1941d1aa81abab4b5c7491daff7982dcd9b84ccb.tar.gz
nextpnr-1941d1aa81abab4b5c7491daff7982dcd9b84ccb.tar.bz2
nextpnr-1941d1aa81abab4b5c7491daff7982dcd9b84ccb.zip
Update URLs
Signed-off-by: gatecat <gatecat@ds0.me>
Diffstat (limited to 'frontend')
-rw-r--r--frontend/frontend_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/frontend_base.h b/frontend/frontend_base.h
index ce09a737..6d2ee6f6 100644
--- a/frontend/frontend_base.h
+++ b/frontend/frontend_base.h
@@ -23,7 +23,7 @@
* This is designed to make it possible to build frontends for parsing any format isomorphic to Yosys JSON [1]
* with maximal inlining and minimal need for overhead such as runtime polymorphism or extra wrapper types.
*
- * [1] http://www.clifford.at/yosys/cmd_write_json.html
+ * [1] https://yosyshq.net/yosys/cmd_write_json.html
*
* The frontend should implement a class referred to as FrontendType that defines the following type(def)s and
* functions: