Skip to content

Commit

Permalink
fir urls
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-tortora committed Feb 11, 2025
1 parent fd155f8 commit c3b6703
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/site/scripts/get-iota-references.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mkdir tmp
cd tmp

# Download and copy Testnet docs
curl -sL https://s3.eu-central-1.amazonaws.com/files.iota.org/iota-wiki/iota/devnet.tar.gz | tar xzv
curl -sL https://s3.eu-central-1.amazonaws.com/files.iota.org/iota-wiki/iota/testnet.tar.gz | tar xzv

mkdir ../../content/references/framework/testnet/
cp -Rv generated-docs/framework/* ../../content/references/framework/testnet/
Expand All @@ -20,8 +20,8 @@ curl -sL https://s3.eu-central-1.amazonaws.com/files.iota.org/iota-wiki/iota/dev
mkdir ../../content/references/framework/devnet/
cp -Rv generated-docs/framework/* ../../content/references/framework/devnet/

mkdir ../../content/ts-sdk/api/testnet/
cp -Rv generated-docs/ts/* ../../content/ts-sdk/api/testnet/
mkdir ../../content/ts-sdk/api/devnet/
cp -Rv generated-docs/ts/* ../../content/ts-sdk/api/devnet/


# Return to root and cleanup
Expand Down

0 comments on commit c3b6703

Please sign in to comment.