diff --git a/CHANGES.md b/CHANGES.md index 680d8227..04c85e5a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ # Version 1.20 ## General - +- Update pop-up release note link to github pages # Version 1.19 ## General diff --git a/addon/popup.js b/addon/popup.js index 6f9d7dd5..64135dd8 100644 --- a/addon/popup.js +++ b/addon/popup.js @@ -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", {}, " / "),