Skip to content

Commit

Permalink
Fix job summary footer docs anchor (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
EyalDelarea authored May 30, 2024
1 parent 1405ca8 commit 7c95feb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- [Setting JFrog CLI version](#setting-jfrog-cli-version)
- [Setting the JFrog project key](#setting-the-jfrog-project-key)
- [Downloading JFrog CLI from Artifactory](#downloading-jfrog-cli-from-artifactory)
- [GitHub Job Summaries](#jfrog-job-summary)
- [JFrog Job Summary](#jfrog-job-summary)
- [Example projects](#example-projects)
- [Contributions](#contributions)
- [References](#references)
Expand Down
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ class Utils {
return Utils.getMarkdownHeader() + fileContent + Utils.getMarkdownFooter();
}
static getMarkdownFooter() {
return '\n\n # \n\n The above Job Summary was generated by the <a href="/jfrog/setup-jfrog-cli/blob/master/README.md#github-job-summaries"> Setup JFrog CLI GitHub Action </a>';
return '\n\n # \n\n The above Job Summary was generated by the <a href="/jfrog/setup-jfrog-cli/blob/master/README.md#jfrog-job-summary"> Setup JFrog CLI GitHub Action </a>';
}
}
exports.Utils = Utils;
Expand Down
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ export class Utils {
}

private static getMarkdownFooter() {
return '\n\n # \n\n The above Job Summary was generated by the <a href="/jfrog/setup-jfrog-cli/blob/master/README.md#github-job-summaries"> Setup JFrog CLI GitHub Action </a>';
return '\n\n # \n\n The above Job Summary was generated by the <a href="/jfrog/setup-jfrog-cli/blob/master/README.md#jfrog-job-summary"> Setup JFrog CLI GitHub Action </a>';
}
}

Expand Down

0 comments on commit 7c95feb

Please sign in to comment.