From 7351ba61750ab77e58b14da76b780ef5bd04cf17 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Tue, 10 Dec 2024 16:53:07 -0500 Subject: [PATCH] testing link embedding --- docs/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Readme.md b/docs/Readme.md index ad0b0c7..e698e6d 100644 --- a/docs/Readme.md +++ b/docs/Readme.md @@ -78,7 +78,7 @@ As mentioned in root readme, the user is provided Code objects by calling the co The AST is managed by the library and provided to the user via its interface. However, the user may specifiy memory configuration. -[Data layout of AST struct (Subject to heavily change with upcoming todos)](C:\projects\gencpp\base\components\ast.hpp#L396-462) +[Data layout of AST struct (Subject to heavily change with upcoming todos)](../base/components/ast.hpp#L396-461) *`CodeT` is a typedef for `ECode::Type` which has an underlying type of `u32`* *`OperatorT` is a typedef for `EOperator::Type` which has an underlying type of `u32`*