Skip to content

Commit

Permalink
Updated URL to this repo after I moved it to the opening-hours org.
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Nov 29, 2015
1 parent 36c8388 commit 0707a14
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "opening_hours.js"]
path = opening_hours.js
url = https://github.com/ypid/opening_hours.js.git
url = https://github.com/opening-hours/opening_hours.js.git
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A mirror is setup up under: http://ypid.de/~osm/
Just clone the repository:

```Shell
git clone --recursive https://github.com/ypid/opening_hours_map.git
git clone --recursive https://github.com/opening-hours/opening_hours_map.git
```

and install it’s dependencies (execute inside the repository):
Expand Down Expand Up @@ -50,7 +50,7 @@ The map uses OpenLayers to show a base map from OpenStreetMap. An additional opt
<!-- }}} -->

[ol-lib]: http://openlayers.org/
[oh-lib]: https://github.com/ypid/opening_hours.js
[oh-lib]: https://github.com/opening-hours/opening_hours.js
[examples]: http://www.netzwolf.info/kartografie/openlayers/
[OverpassAPI]: https://overpass-api.de/
[OverpassQL]: https://wiki.openstreetmap.org/wiki/OverpassQL
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<link rel="stylesheet" href="css/default.css"/>
</head> <!-- }}} -->
<body><!-- {{{ -->
<noscript>You don‘t have JavaScript enabled and that is a good thing but this tool makes heavy use of JavaScript so you need to enable it in order to use this tool. If you don’t trust the code that is going to be executed that is good as well. I encourage you to read all the source code on <a href="https://github.com/ypid/opening_hours.js">Github</a>. Also note that every commit and all releases are GPG signed. You might want to check this out as well :) Stay safe.</noscript>
<noscript>You don‘t have JavaScript enabled and that is a good thing but this tool makes heavy use of JavaScript so you need to enable it in order to use this tool. If you don’t trust the code that is going to be executed that is good as well. I encourage you to read all the source code on <a href="https://github.com/opening-hours/opening_hours.js">Github</a>. Also note that every commit and all releases are GPG signed. You might want to check this out as well :) Stay safe.</noscript>

<div id="map"></div>

Expand Down
4 changes: 2 additions & 2 deletions js/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var repo_url = 'https://github.com/ypid/opening_hours_map';
var repo_url = 'https://github.com/opening-hours/opening_hours_map';
var html_url = 'http://openingh.openstreetmap.de/';
var wiki_url = 'https://wiki.openstreetmap.org/wiki/Key:opening_hours';
var evaluation_tool_url = 'evaluation_tool/';
Expand Down Expand Up @@ -378,7 +378,7 @@ document.onLoadFunctions.push ( function () {
var oh = new opening_hours(data._oh_value, nominatim_data_global, {
'mode': OHMode,
// 'warnings_severity': 7,
/* Use default for now. See: https://github.com/ypid/opening_hours.js/issues/81 */
/* Use default for now. See: https://github.com/opening-hours/opening_hours.js/issues/81 */
'locale': i18n.lng()
}
);
Expand Down
4 changes: 2 additions & 2 deletions taginfo.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"data_format": 1,
"data_url": "https://raw.githubusercontent.com/ypid/opening_hours_map/master/taginfo.json",
"data_url": "https://raw.githubusercontent.com/opening-hours/opening_hours_map/master/taginfo.json",
"project": {
"name": "opening_hours map",
"description": "opening_hours map",
"project_url": "http://openingh.openstreetmap.de/",
"doc_url": "https://github.com/ypid/opening_hours_map",
"doc_url": "https://github.com/opening-hours/opening_hours_map",
"icon_url": "http://openingh.openstreetmap.de/favicon.png",
"contact_name": "Robin Schneider",
"contact_email": "[email protected]"
Expand Down
4 changes: 2 additions & 2 deletions taginfo_template.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"data_format": 1,
"data_url": "https://raw.githubusercontent.com/ypid/opening_hours_map/master/taginfo.json",
"data_url": "https://raw.githubusercontent.com/opening-hours/opening_hours_map/master/taginfo.json",
"project": {
"name": "opening_hours map",
"description": "opening_hours map",
"project_url": "http://openingh.openstreetmap.de/",
"doc_url": "https://github.com/ypid/opening_hours_map",
"doc_url": "https://github.com/opening-hours/opening_hours_map",
"icon_url": "http://openingh.openstreetmap.de/favicon.png",
"contact_name": "Robin Schneider",
"contact_email": "[email protected]"
Expand Down

0 comments on commit 0707a14

Please sign in to comment.