removed localhost (#758)

This commit is contained in:
Crazyinfin8
2020-06-09 17:03:36 -07:00
committed by GitHub
parent bef4099101
commit e45a9d0382

View File

@ -12,7 +12,7 @@ written in C. It produces real Wren objects that you can pass around, do `is`
checks on, etc. But it also wraps a blob of raw memory that is opaque to Wren
but accessible from C.
[foreign methods]: http://localhost:8000/embedding/calling-c-from-wren.html
[foreign methods]: calling-c-from-wren.html
## Defining a Foreign Class