Skip to content

Commit 30bc0e4

Browse files
authored
Update release_notes_automation.py
1 parent f2113b7 commit 30bc0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipeline/scripts/release_notes_automation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def set_header(file, version):
5353

5454
def link_github_release(file, version):
5555
old_github_release_link = "\[All Release Changes\]\(https://github.com/SAP/ai-sdk-java/releases/\)"
56-
new_github_release_link = "[All Release Changes](https://github.com/SAP/cloud-sdk-java/releases/tag/rel%2F"+version+")"
56+
new_github_release_link = "[All Release Changes](https://github.com/SAP/ai-sdk-java/releases/tag/rel%2F"+version+")"
5757
file = re.sub(old_github_release_link, new_github_release_link, file)
5858
return file
5959

0 commit comments

Comments
 (0)