Skip to content

Commit

Permalink
Link to developer community article add
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitaeverywhere committed Jan 3, 2017
1 parent eafa618 commit 4f4b28a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CacheClassExplorer",
"version": "1.17.1",
"version": "1.17.2",
"description": "Class Explorer for InterSystems Caché",
"directories": { "test": "test" },
"dependencies": {},
Expand Down
6 changes: 4 additions & 2 deletions web/js/CacheClassExplorer.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,11 +282,13 @@ CacheClassExplorer.prototype.init = function () {
"Caché Class explorer v"
+ "[NOT-BUILT]"/*build.replace:"pkg.version"*/
+ "<br/>for InterSystems Cach&eacute;"
+ "<br/>By Nikita Savchenko"
+ "<br/>By <a target=\"_blank\" href='https://github.com/ZitRos'>Nikita Savchenko</a>"
+ "<br/><a target=\"_blank\" href=\"https://github.com/intersystems-ru/UMLExplorer\">"
+ "Project page</a> / <a target=\"_blank\" "
+ "href=\"https://github.com/intersystems-ru/UMLExplorer/issues\">Bug tracker</a>"
+ "<br/><br/>Enjoy!"
+ "<br/><a target=\"_blank\" href='https://community.intersystems.com/post/"
+ "cach%C3%A9-class-explorer-%E2%80%94-exploring-cach%C3%A9-uml-notation'>Article on "
+ "Developer Community</a><br/><br/>Enjoy!"
);
});
this.elements.namespaces.addEventListener("change", function (e) {
Expand Down

0 comments on commit 4f4b28a

Please sign in to comment.