Skip to content

Commit

Permalink
fix: broken diagram URL link
Browse files Browse the repository at this point in the history
  • Loading branch information
ciatph committed Sep 12, 2024
1 parent 5731bed commit 42378d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build-docs.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

# Copy files
cp README.md app/
cp docs/ app/
cp -r docs/ app/
sed "s|/docs/diagrams|/diagrams|g" README.md > app/README.md

cd app

Expand Down

0 comments on commit 42378d1

Please sign in to comment.