Skip to content

Commit 4f4b28a

Browse files
Link to developer community article add
1 parent eafa618 commit 4f4b28a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CacheClassExplorer",
3-
"version": "1.17.1",
3+
"version": "1.17.2",
44
"description": "Class Explorer for InterSystems Caché",
55
"directories": { "test": "test" },
66
"dependencies": {},

web/js/CacheClassExplorer.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,11 +282,13 @@ CacheClassExplorer.prototype.init = function () {
282282
"Caché Class explorer v"
283283
+ "[NOT-BUILT]"/*build.replace:"pkg.version"*/
284284
+ "<br/>for InterSystems Cach&eacute;"
285-
+ "<br/>By Nikita Savchenko"
285+
+ "<br/>By <a target=\"_blank\" href='https://github.com/ZitRos'>Nikita Savchenko</a>"
286286
+ "<br/><a target=\"_blank\" href=\"https://github.com/intersystems-ru/UMLExplorer\">"
287287
+ "Project page</a> / <a target=\"_blank\" "
288288
+ "href=\"https://github.com/intersystems-ru/UMLExplorer/issues\">Bug tracker</a>"
289-
+ "<br/><br/>Enjoy!"
289+
+ "<br/><a target=\"_blank\" href='https://community.intersystems.com/post/"
290+
+ "cach%C3%A9-class-explorer-%E2%80%94-exploring-cach%C3%A9-uml-notation'>Article on "
291+
+ "Developer Community</a><br/><br/>Enjoy!"
290292
);
291293
});
292294
this.elements.namespaces.addEventListener("change", function (e) {

0 commit comments

Comments
 (0)