File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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" : {},
Original file line number Diff line number Diff 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é"
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 ) {
You can’t perform that action at this time.
0 commit comments