We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75c5a4 commit 7daba1bCopy full SHA for 7daba1b
programs/server/binary.html
@@ -181,7 +181,7 @@
181
182
layer.addTo(map);
183
184
- map.attributionControl.setPrefix('<a href="https://github.com/Altinitiy/ClickHouse/">About</a>');
+ map.attributionControl.setPrefix('<a href="https://github.com/Altinity/ClickHouse/">About</a>');
185
186
function latLngToPixel(latlng) {
187
return { x: ((latlng.lng / 1024) * 32768)|0, y: ((-latlng.lat / 1024) * 32768)|0 };
0 commit comments