Skip to content

Commit

Permalink
Ensure to not add invalid links in issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndpnt committed Oct 18, 2023
1 parent 873ee1d commit 9d54a0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/reporter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ If the source documents are accessible in a browser but fetching them always fai
### References
- ${latestDeclarationLink}
- ${latestVersionLink}
- ${latestSnapshotsLink}
${this.repositories.versions ? `- ${latestVersionLink}` : ''}
${this.repositories.snapshots ? `- ${latestSnapshotsLink}` : ''}
`;
/* eslint-enable no-irregular-whitespace */
}
Expand Down

0 comments on commit 9d54a0f

Please sign in to comment.