Skip to content

Commit

Permalink
Update release note link on popup
Browse files Browse the repository at this point in the history
  • Loading branch information
tprouvot committed Jul 19, 2023
1 parent 0a5d71b commit 9bc6b5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Version 1.20

## General

- Update pop-up release note link to github pages
# Version 1.19

## General
Expand Down
2 changes: 1 addition & 1 deletion addon/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ class App extends React.PureComponent {
),
h("div", { className: "slds-grid slds-theme_shade slds-p-around_small slds-border_top" },
h("div", { className: "slds-col slds-size_5-of-12 footer-small-text slds-m-top_xx-small" },
h("a", { href: "https://github.com/tprouvot/Chrome-Salesforce-inspector/blob/master/CHANGES.md", title: "Release note", target: linkTarget }, "v" + addonVersion),
h("a", { href: "https://tprouvot.github.io/Salesforce-Inspector-reloaded/release-note/", title: "Release note", target: linkTarget }, "v" + addonVersion),
h("span", {}, " / "),
h("a", { href: "https://status.salesforce.com/instances/" + orgInstance, title: "Instance status", target: linkTarget }, orgInstance),
h("span", {}, " / "),
Expand Down

0 comments on commit 9bc6b5f

Please sign in to comment.