We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a414105 commit 1fc293cCopy full SHA for 1fc293c
blog/2025-10-22-boa-release-21/index.md
@@ -802,7 +802,7 @@ Boa's virtual machine (VM) moved from a stack based VM to a register based VM in
802
### Garbage collector rewrite
803
804
This has been long overdue. Boa's garbage collector is a forked and
805
-modified version of [`rust-gc`](github.com/Manishearth/rust-gc), and we have long
+modified version of [`rust-gc`](https://github.com/Manishearth/rust-gc), and we have long
806
been pushing our forked gc to its limits.
807
808
We have seen some evidence from previous pull requests that simply swapping
0 commit comments