@@ -322,7 +322,7 @@ let hasA = m |> Map.containsKey "a"
322322```
323323
324324Full reference:
325- - [ ` docs/specs/stdlib-functions.md ` ] ( ./specs/stdlib-functions.md )
325+ - [ ` docs/specs/stdlib-functions.md ` ] ( .. /specs/stdlib-functions.md )
326326
327327## 10. Includes and modules
328328You can split scripts using ` #include ` .
@@ -372,16 +372,16 @@ When embedding, keep this mindset:
372372- expose only needed externs,
373373- keep filesystem/network boundaries explicit,
374374- use host-level timeout/cancellation/resource limits.
375- - see [ ` docs/specs/embedding-fscript-language.md ` ] ( ./specs/embedding-fscript-language.md ) for the embedding API,
376- - see [ ` docs/specs/external-functions.md ` ] ( ./specs/external-functions.md ) for extern design/registration,
377- - see [ ` docs/specs/sandbox-and-security.md ` ] ( ./specs/sandbox-and-security.md ) for the full security model.
375+ - see [ ` docs/specs/embedding-fscript-language.md ` ] ( .. /specs/embedding-fscript-language.md ) for the embedding API,
376+ - see [ ` docs/specs/external-functions.md ` ] ( .. /specs/external-functions.md ) for extern design/registration,
377+ - see [ ` docs/specs/sandbox-and-security.md ` ] ( .. /specs/sandbox-and-security.md ) for the full security model.
378378
379379## 12. Next steps
380380- Sample scripts:
381- - [ ` samples/types-showcase.fss ` ] ( ../samples/types-showcase.fss )
382- - [ ` samples/patterns-and-collections.fss ` ] ( ../samples/patterns-and-collections.fss )
383- - [ ` samples/map-matching.fss ` ] ( ../samples/map-matching.fss )
384- - [ ` samples/includes-and-exports.fss ` ] ( ../samples/includes-and-exports.fss )
385- - Specifications index: [ ` docs/specs/README.md ` ] ( ./specs/README.md )
386- - Architecture index: [ ` docs/architecture/README.md ` ] ( ./architecture/README.md )
387- - [ ` samples/ ` ] ( ../samples/ )
381+ - [ ` samples/types-showcase.fss ` ] ( ../../ samples/types-showcase.fss )
382+ - [ ` samples/patterns-and-collections.fss ` ] ( ../../ samples/patterns-and-collections.fss )
383+ - [ ` samples/map-matching.fss ` ] ( ../../ samples/map-matching.fss )
384+ - [ ` samples/includes-and-exports.fss ` ] ( ../../ samples/includes-and-exports.fss )
385+ - Specifications index: [ ` docs/specs/README.md ` ] ( .. /specs/README.md )
386+ - Architecture index: [ ` docs/architecture/README.md ` ] ( .. /architecture/README.md )
387+ - [ ` samples/ ` ] ( ../../ samples/ )
0 commit comments