Skip to content

Commit 4111b19

Browse files
committed
Fix dead link
1 parent e28bdd9 commit 4111b19

File tree

1 file changed

+1
-1
lines changed
  • docs/digital/dialects_and_kernels

1 file changed

+1
-1
lines changed

docs/digital/dialects_and_kernels/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Bloqade provides a set of pre-defined domain specific languages (DSLs), with whi
44
We call these DSLs dialects.
55
For a list of available dialects [see blow](#available-dialects).
66

7-
Once you have defined your kernel, you can inspect their intermediate representation (IR), apply different optimizations using compiler passes, or run them on a [(simulator) device](./simulator_device/simulator_device.md).
7+
Once you have defined your kernel, you can inspect their intermediate representation (IR), apply different optimizations using compiler passes, or run them on a [(simulator) device](../simulator_device/simulator_device.md).
88

99
!!! info "Kernels & dialects in a nutshell"
1010
A **kernel** function is a piece of code that runs on specialized hardware such as a quantum computer.

0 commit comments

Comments
 (0)