Skip to content
This repository has been archived by the owner on Oct 30, 2020. It is now read-only.

Commit

Permalink
Update URIs for osmium-org.
Browse files Browse the repository at this point in the history
  • Loading branch information
Artefact2 committed Aug 12, 2015
1 parent ead755f commit 73a1a90
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 15 deletions.
3 changes: 1 addition & 2 deletions README-Datadump.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ Getting the Osmium data dump
The quick way
-------------

A collection of Osmium data dumps are available at
<http://artefact2.com/files/osmium-data/>. Use these at your own risk.
A collection of Osmium data dumps are available as [Github releases](https://github.com/osmium-org/osmium/releases).

The long way
------------
Expand Down
4 changes: 2 additions & 2 deletions README-Install.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ below (for example, Debian uses `www-data`).
the submodules:

~~~~
git clone git://github.com/Artefact2/osmium.git
git clone git://github.com/osmium-org/osmium.git
cd osmium
git checkout production
git submodule init
Expand Down Expand Up @@ -103,7 +103,7 @@ Dependencies
============
* PHP >= 5.4, with:
* [dogma extension](https://github.com/Artefact2/php-dogma), using libdogma 1.1.x (`dogma.so`)
* [dogma extension](https://github.com/osmium-org/php-dogma), using libdogma 1.1.x (`dogma.so`)
* PostgreSQL extension (`pgsql.so`)
* MySQLi extension (`mysqli.so`)
* cURL extension (`curl.so`)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ For the full list of Osmium contributors, see the `CREDITS` file.

Osmium uses libdogma, released under the GNU General Public License,
version 3 (or later).
<https://github.com/Artefact2/libdogma>
<https://github.com/osmium-org/libdogma>

Osmium uses php-dogma, released under the GNU Affero General Public
License, version 3 (or later).
<https://github.com/Artefact2/php-dogma>
<https://github.com/osmium-org/php-dogma>

Osmium uses the Common Loadout Format PHP validator, released under
the WTFPL license, version 2.
<https://github.com/Artefact2/common-loadout-format>
<https://github.com/osmium-org/common-loadout-format>

Osmium uses jQuery, released under the MIT license.
<https://jquery.org/>
Expand Down
6 changes: 3 additions & 3 deletions src/md/about-disclaimers.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ arising from the use of this website.`

* Osmium uses libdogma, released under the GNU General Public License,
version 3 (or later).
<https://github.com/Artefact2/libdogma>
<https://github.com/osmium-org/libdogma>

* Osmium uses php-dogma, released under the GNU Affero General Public
License, version 3 (or later).
<https://github.com/Artefact2/php-dogma>
<https://github.com/osmium-org/php-dogma>

* Osmium uses the Common Loadout Format PHP validator, released under
the WTFPL license, version 2.
<https://github.com/Artefact2/common-loadout-format>
<https://github.com/osmium-org/common-loadout-format>

* Osmium uses jQuery, released under the MIT license.
<https://jquery.org/>
Expand Down
2 changes: 1 addition & 1 deletion src/md/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ You…
* Want to support the developers?
* Want to report a bug or a feature request?

Please see the [Osmium meta page](http://artefact2.com/osmium/).
Please see the [Osmium meta page](https://osmium-org.github.io/osmium/).
2 changes: 1 addition & 1 deletion src/md/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
## Version 0.9.0, released 2013-07-18

* Performance: now using
[libdogma](https://github.com/Artefact2/libdogma) as a drop-in dogma
[libdogma](https://github.com/osmium-org/libdogma) as a drop-in dogma
engine

* Performance: local loadout is made as needed in view_loadout
Expand Down
2 changes: 1 addition & 1 deletion src/md/formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ wanting to implement these formats in their own programs.
This is the recommended format for general use: storage, program
interoperability, etc. It has been designed to be resilient, easy to
parse, unambiguous and extendable. The format is [clearly
specified](http://artefact2.com/clf/spec-common-loadout-format-01).
specified](https://github.com/osmium-org/common-loadout-format/blob/master/specifications/spec-common-loadout-format-01.md).

### Non-standard extensions

Expand Down
2 changes: 1 addition & 1 deletion src/md/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ itself.

If you find this page unclear, or out-of-date, or you didn't find what
you were looking for, please [contact the
developers](http://artefact2.com/osmium/#contact).
developers](https://osmium-org.github.io/osmium/#contact).

## When searching loadouts {#loadouts}

Expand Down
2 changes: 1 addition & 1 deletion src/snippets/feedback.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $(function() {
ul.append(
$(document.createElement('li')).append(
$(document.createElement('a'))
.prop('href', 'https://github.com/Artefact2/osmium/issues/new')
.prop('href', 'https://github.com/osmium-org/osmium/issues/new')
.text('Report an issue')
)
);
Expand Down

0 comments on commit 73a1a90

Please sign in to comment.