Skip to content

Commit 70e3356

Browse files
committed
build: disable md link check for the-plutus-scaffold
1 parent fe138b0 commit 70e3356

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ Then, add `https://public-plutonomicon.cachix.org` and `public-plutonomicon.cach
3838

3939
The easiest way to create a new CTL project is to use our `ctl-scaffold` flake template. This lives in the CTL repo -- you can have a look [here](../templates/ctl-scaffold). It contains a simple, yet complete, flakes-based scaffolding project with example `outputs` for a CTL project, including its runtime.
4040

41+
<!-- markdown-link-check-disable -->
4142
Alternatively, consider [the-plutus-scaffold](https://github.com/mlabs-haskell/the-plutus-scaffold) flake template. It's a scaffold built on top of the above mentioned `ctl-scaffold`, but includes a react based frontend and a haskell onchain additionaly. It's more of a demo application, than a minimal working example.
43+
<!-- markdown-link-check-enable -->
4244

4345
A new project can be initialized as follows:
4446

nix/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ let
229229
# sandbox, so we can just use node instead
230230
# (idea taken from `plutus-playground-client`)
231231
''
232-
cd ${project}
232+
cp -r ${project}/* .
233233
ln -sfn $NODE_PATH node_modules
234234
${nodejs}/bin/node --enable-source-maps -e 'import("./output/${testMain}/index.js").then(m => m.main())'
235235
touch $out

0 commit comments

Comments
 (0)