diff --git a/public/markdown/examples/undo-redo.md b/public/markdown/examples/undo-redo.md index 1d18b79..d31c2ca 100644 --- a/public/markdown/examples/undo-redo.md +++ b/public/markdown/examples/undo-redo.md @@ -7,9 +7,9 @@ This example demonstrates how to implement undo and redo functionality in a flow ## Example ::: ng-component [height]="600" -[component.html] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/undo-redo/undo-redo.component.html -[component.ts] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/undo-redo/undo-redo.component.ts -[component.scss] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/undo-redo/undo-redo.component.scss +[component.html] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/advanced/undo-redo/undo-redo.component.html +[component.ts] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/advanced/undo-redo/undo-redo.component.ts +[component.scss] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/advanced/undo-redo/undo-redo.component.scss [common.scss] <<< https://raw.githubusercontent.com/Foblex/f-flow/main/projects/f-examples/_flow-common.scss :::