Skip to content

Commit

Permalink
fix paths to components
Browse files Browse the repository at this point in the history
  • Loading branch information
cwisniew committed Aug 30, 2022
1 parent 333aeaa commit 87b0b3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/add-ons/mtscript-lib-functions.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# MTScript Library functions
import { MTScriptFunction } from "../../src/components/mtscript-function/MTScriptFunction";
import { MTScriptFunction } from "/src/components/mtscript-function/MTScriptFunction";

The following functions have been added to MapTool Macro Script to work with libraries.

Expand Down
2 changes: 1 addition & 1 deletion docs/data/mtscript-data-functions.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MTScript Data Functions

import { MTScriptFunction } from "../../src/components/mtscript-function/MTScriptFunction";
import { MTScriptFunction } from "/src/components/mtscript-function/MTScriptFunction";


The following functions have been added to MapTool Macro Script to work with data.
Expand Down

0 comments on commit 87b0b3e

Please sign in to comment.