Skip to content

Commit 0cf3992

Browse files
authored
Fix link for node modules sample (#762)
1 parent 9d033e9 commit 0cf3992

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/programmable-api/node-modules.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,8 @@ required to call an API.
2323
If you require a module that is not in this list, you can also bundle custom
2424
modules inside of your own project. This process does require some knowledge of
2525
node and npm, but it allows you to use any module or version of the module. To
26-
learn how to bundle your own modules, see the sample
27-
28-
<a href="https://github.com/zuplo/zuplo/tree/main/examples/custom-module">
29-
Custom Modules on GitHub
30-
</a>
31-
.
26+
learn how to bundle your own modules, see the
27+
[sample on Github](https://github.com/zuplo/zuplo/tree/main/examples/custom-module)
3228

3329
## Zuplo Portal Types
3430

0 commit comments

Comments
 (0)