Skip to content

Commit

Permalink
fix CHANGELOG link
Browse files Browse the repository at this point in the history
  • Loading branch information
spikelu2016 committed Aug 3, 2023
1 parent fa5f688 commit d64ecfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release_notes.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ cat CHANGELOG.md | awk '
if ( release == 1 ) print;
if ( release > 1 ) exit;
}'
echo "The full change log can be [found here](https://github.com/bricks-cloud/bricks/blob/main/CHANGELOG.md)."
echo "The full change log can be [found here](https://github.com/bricks-cloud/BricksLLM/blob/main/CHANGELOG.md)."

0 comments on commit d64ecfd

Please sign in to comment.