diff options
Diffstat (limited to 'frontend/frontend_base.h')
-rw-r--r-- | frontend/frontend_base.h | 2 |
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: |