Skip to content

Commit 1db4cd3

Browse files
committed
move ruler links to github repo
1 parent a8cb148 commit 1db4cd3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

header_html.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ R"(
8484
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3.21&sensor=false"></script>
8585
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?libraries=geometry"></script>
8686
<!-- Local libraries -->
87-
<script type="text/javascript" src="ruler/markerwithlabel.js"></script>
88-
<script type="text/javascript" src="ruler/ContextMenu.js"></script>
89-
<link rel="stylesheet" type="text/css" href="ruler/ruler_map.css">
90-
<script type="text/javascript" src="ruler/ruler_map.js"></script>
87+
<script type="text/javascript" src="https://raw.githubusercontent.com/physycom/json_to_html/master/ruler/markerwithlabel.js"></script>
88+
<script type="text/javascript" src="https://raw.githubusercontent.com/physycom/json_to_html/master/ruler/ContextMenu.js"></script>
89+
<link rel="stylesheet" type="text/css" href="http://cdn.rawgit.com/physycom/json_to_html/master/ruler/ruler_map.css">
90+
<script type="text/javascript" src="https://raw.githubusercontent.com/physycom/json_to_html/master/ruler/ruler_map.js"></script>
9191
</head>
9292
9393
<body>

0 commit comments

Comments
 (0)