Skip to content

Commit

Permalink
chore: fix undo redo failed link
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheihuzarevich committed Jan 31, 2025
1 parent 6302650 commit b7864fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/markdown/examples/undo-redo.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ This example demonstrates how to implement undo and redo functionality in a flow
## Example

::: ng-component <undo-redo></undo-redo> [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
:::

0 comments on commit b7864fa

Please sign in to comment.