This is an automated email from the ASF dual-hosted git repository.

mbeckerle pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 91e7676  Fix hyperlink to boundaryMark layer section
91e7676 is described below

commit 91e76761f2ddf8d5215e1c1de9d9664c948b2113
Author: Michael Beckerle <[email protected]>
AuthorDate: Tue Aug 20 10:17:45 2024 -0400

    Fix hyperlink to boundaryMark layer section
    
    DAFFODIL-2923
---
 site/layers.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/site/layers.md b/site/layers.md
index 28c2767..2a319db 100644
--- a/site/layers.md
+++ b/site/layers.md
@@ -188,8 +188,9 @@ unparsing.
 #### Layer Limiting using the Utility Layers 
 
 Some layers do not decode or encode data but only restrict the length for 
other layers, for 
-example by using a length layer variable or delimiter. See the [`boundaryMark` 
layer]
-(#boundarymark-layer) and [`fixedLength` layer](#fixedlength-layer) for 
examples.
+example by using a length layer variable or delimiter. 
+See the [`boundaryMark` layer](#boundarymark-layer)
+and [`fixedLength` layer](#fixedlength-layer) for examples.
 
 #### Layer Limiting by Binding a DFDL Variable 
 

Reply via email to