Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickolay Stepanov (Nick) committed Apr 10, 2022
1 parent 8c0b619 commit a81af29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/src/pages/editmode/Basic/Basic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const Basic = () => {
<div className="formmod__subtitle">Live demo</div><br/>
<Edit/><br/>
<div className="formmod__source">
<a href="https://github.com/nickorsk2017/formMOD/raw/master/doc/examples/editmode/basic/formmod-edit.zip">Download example source</a>/
<a href="https://github.com/nickorsk2017/formMOD/raw/master/doc/examples/editmode/basic/formMOD-edit.zip">Download example source</a>/
<a target="_blank" href="https://github.com/nickorsk2017/formMOD/tree/master/doc/examples/editmode/basic">See example source</a>
</div>
<div className="formmod__subtitle">Parent component</div>
Expand Down
2 changes: 1 addition & 1 deletion doc/src/pages/gallery/Checkbox/Checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const Checkbox = () => {
<MyForm/>
<br/>
<div className="formmod__source">
<a href="https://github.com/nickorsk2017/formMOD/raw/master/doc/examples/gallery/Checkbox/formMOD-checkbox.zip">Download example source</a>/
<a href="https://github.com/nickorsk2017/formMOD/raw/master/doc/examples/gallery/CheckBox/formMOD-checkbox.zip">Download example source</a>/
<a target="_blank" href="https://github.com/nickorsk2017/formMOD/tree/master/doc/examples/gallery/Checkbox">See example source</a>
</div>
<div className="formmod__subtitle">Code</div>
Expand Down

0 comments on commit a81af29

Please sign in to comment.