Skip to content

Commit 7daba1b

Browse files
EnmkSelfeer
andauthored
Update binary.html
Co-authored-by: Davit Mnatobishvili <[email protected]>
1 parent a75c5a4 commit 7daba1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programs/server/binary.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181

182182
layer.addTo(map);
183183

184-
map.attributionControl.setPrefix('<a href="https://github.com/Altinitiy/ClickHouse/">About</a>');
184+
map.attributionControl.setPrefix('<a href="https://github.com/Altinity/ClickHouse/">About</a>');
185185

186186
function latLngToPixel(latlng) {
187187
return { x: ((latlng.lng / 1024) * 32768)|0, y: ((-latlng.lat / 1024) * 32768)|0 };

0 commit comments

Comments
 (0)