Skip to content

Commit

Permalink
remove optional
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliasitko committed Jun 7, 2024
1 parent ff3718c commit 1fb8d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
url = vm.route.file
.replace('raw.githubusercontent.com', 'github.com')
.replace(/\/main/, '/blob/main')
.replace(/\/release-\d+(\.\d+)?/, '/blob$&');
.replace(/\/release-\d+\.\d+/, '/blob$&');
} else {
url = 'https://github.com/kyma-project/kyma/blob/main/docs/' + vm.route.file
}
Expand Down

0 comments on commit 1fb8d7c

Please sign in to comment.