Skip to content

Commit

Permalink
Apply name and domain change
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianheine committed Jan 10, 2015
1 parent 98c2b49 commit 70de8e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ Piratenkompass
Authors
-------

Adrian Lang, 2009–2012
Adrian Heine, 2009–2012
SVG-Code: Stephan Beyer, 2009

License
Expand Down
4 changes: 2 additions & 2 deletions app.js
Expand Up @@ -31,7 +31,7 @@ app.configure('production', function () {

// Redirect to source
app.get('/source', function (req, res, next) {
return res.redirect('https://github.com/adrianlang/piratenkompass', 307);
return res.redirect('https://github.com/adrianheine/piratenkompass', 307);
});

// Support legacy URLs
Expand Down Expand Up @@ -79,7 +79,7 @@ app.get('/:format?/:mod?', (function () {
req.params.format = req.accepts('xhtml') ? 'svg' : 'html';
}

res.local('embedPath', 'http://piratenkompass.adrianlang.de/' + req.params.format + '/raw');
res.local('embedPath', 'http://piratenkompass.adrianheine.de/' + req.params.format + '/raw');
// Output the stuff
getDisplay(req.params.format).out(piratenkompass.getKompassdata, res,
req.params.mod === 'raw');
Expand Down
2 changes: 1 addition & 1 deletion views/layout.jade
Expand Up @@ -47,6 +47,6 @@ html(lang='de')
li: a(href="/source", title="Quelltext") Quelltext

#footer
| Adrian Lang (<a href="https://adrianlang.de/id">id</a>), 2009–2012
| Adrian Heine (<a href="https://adrianlang.de/id">id</a>), 2009–2012
br
| SVG-Code: Stephan Beyer (<a href="http://pkqs.net/~sbeyer/">homepage</a>), 2009

0 comments on commit 70de8e8

Please sign in to comment.