diff --git a/docs/FormalVerification.md b/docs/FormalVerification.md
index 56d9f3adedf7..6d62e4747cdb 100644
--- a/docs/FormalVerification.md
+++ b/docs/FormalVerification.md
@@ -55,7 +55,7 @@ building formal verification tools based on CIRCT. The
[below diagram](/includes/img/smt_based_formal_verification_infra.svg) provides
a visual overview.
-
![](/includes/img/smt_based_formal_verification_infra.svg)
+![](https://circt.llvm.org/includes/img/smt_based_formal_verification_infra.svg)
The overall flow will insert an explicit operation to specify the verification
problem (e.g., `verif.lec`, `verif.bmc`). This operation could then be lowered
diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md
index 2d5a72541d11..a8b67a47976e 100644
--- a/docs/GettingStarted.md
+++ b/docs/GettingStarted.md
@@ -9,10 +9,10 @@ Welcome to the CIRCT project!
methodology to the domain of hardware design tools.
Take a look at the following diagram, which gives a brief overview of the
-current [dialects and how they interact](/includes/img/dialects.svg):
+current [dialects and how they interact](https://circt.llvm.org/includes/img/dialects.svg):
-![](/includes/img/dialectlegend.svg)
-![](/includes/img/dialects.svg)
+![](https://circt.llvm.org/includes/img/dialectlegend.svg)
+![](https://circt.llvm.org/includes/img/dialects.svg)
## Setting this up