ci-richard-mcelhinney / nhaystack

Niagara module for Project Haystack
https://www.project-haystack.org
Academic Free License v3.0
36 stars 23 forks source link

Minor tweak: fix link to project website in `about` API response #16

Closed sjlongland closed 2 years ago

sjlongland commented 2 years ago

Hi,

Today I managed to get nhaystack running on a Niagara 4.11 instance, in preparation of re-basing prior work and hopefully releasing that upstream. In testing the module, I happened to notice this in the about endpoint:

ver:"3.0"
productUri,tz,moduleName,serverName,productName,haystackVersion,productVersion,moduleVersion,serverTime,moduleUri,serverBootTime
`http://www.tridium.com/`,"Brisbane","nhaystack","WC5029","Niagara 4","2.0","4.11.0.142","3.0.3",2022-08-01T11:35:40.949+10:00 Brisbane,`https://bitbucket.org/richiemac_77/nhaystack`,2022-08-01T11:08:02.550+10:00 Brisbane

I understand the project shifted from Bitbucket to Github when Bitbucket decided to drop Mercurial support, and so the old link now reports "404 Not Found". This little tweak fixes that.

sjlongland commented 2 years ago

Looks to have been done in commit ffea69a595b2a6d7fdb8339358ea2f62404531d3. Closing.