Skip to content

Commit

Permalink
Updated website to the new location.
Browse files Browse the repository at this point in the history
Hopefully that's all occurences now.
  • Loading branch information
mosra committed Jul 12, 2017
1 parent d813d12 commit c84d094
Show file tree
Hide file tree
Showing 21 changed files with 24 additions and 24 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ Reporting bugs, requesting features
Code contribution
-----------------

* Building and installing Corrade is described in the [documentation](http://mosra.cz/blog/corrade-doc/building-corrade.html).
* Building and installing Corrade is described in the [documentation](http://doc.magnum.graphics/corrade/building-corrade.html).
* Follow the project coding guidelines. In short -- try to match style of the
surrounding code and avoid any trailing whitespace. When in doubt, consult
coding guidelines, which are available also [online](http://mosra.cz/blog/corrade-doc/corrade-coding-style.html).
coding guidelines, which are available also [online](http://doc.magnum.graphics/corrade/corrade-coding-style.html).
* Document your code. When updating or adding new API, make sure that Doxygen
documentation is up to date. Run

Expand All @@ -29,7 +29,7 @@ Code contribution

in build directory. All tests should *always* pass. Add new tests or modify
the existing to make sure new code is properly covered (if possible). Here
is a [short tutorial](http://mosra.cz/blog/corrade-doc/unit-testing.html)
is a [short tutorial](http://doc.magnum.graphics/corrade/unit-testing.html)
to help you with creating unit tests.
* Best way to contribute is by using GitHub [pull requests](https://github.com/mosra/corrade/pulls)
-- fork the repository and make pull request from feature branch. You can
Expand All @@ -54,7 +54,7 @@ Code contribution
Contact
-------

* Website - http://mosra.cz/blog/corrade.php
* Website - http://magnum.graphics/corrade/
* GitHub - https://github.com/mosra/corrade
* Twitter - https://twitter.com/czmosra
* E-mail - mosra@centrum.cz
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ CONTACT
Want to learn more about the library? Found a bug or want to tell me an
awesome idea? Feel free to visit my website or contact me at:

* Website -- http://mosra.cz/blog/corrade.php
* Website -- http://magnum.graphics/corrade/
* GitHub -- http://github.com/mosra/corrade
* Gitter -- https://gitter.im/mosra/magnum
* IRC -- join `#magnum-engine` channel on freenode
Expand Down
2 changes: 1 addition & 1 deletion doc/mainpage.dox
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ follow to make the library as consistent and maintainable as possible.

Feel free to get more information or contact the author at:

- Website -- http://mosra.cz/blog/corrade.php
- Website -- http://magnum.graphics/corrade/
- GitHub -- https://github.com/mosra/corrade
- Gitter -- https://gitter.im/mosra/magnum
- IRC -- join `#magnum-engine` channel on freenode
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgver=dev
pkgrel=1
pkgdesc="C++11/C++14 multiplatform utility library"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/corrade.php"
url="http://magnum.graphics/corrade/"
license=('MIT')
makedepends=('cmake' 'ninja')
options=(!strip)
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-android-arm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgver=dev
pkgrel=1
pkgdesc="C++11/C++14 multiplatform utility library (Android ARM)"
arch=('any')
url="http://mosra.cz/blog/corrade.php"
url="http://magnum.graphics/corrade/"
license=('MIT')
makedepends=('cmake' 'ninja' 'android-ndk')
options=(!strip !buildflags staticlibs)
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-android-x86
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgver=dev
pkgrel=1
pkgdesc="C++11/C++14 multiplatform utility library (Android x86)"
arch=('any')
url="http://mosra.cz/blog/corrade.php"
url="http://magnum.graphics/corrade/"
license=('MIT')
makedepends=('cmake' 'ninja' 'android-ndk')
options=(!strip !buildflags staticlibs)
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-clang
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgver=dev.clang
pkgrel=1
pkgdesc="C++11/C++14 multiplatform utility library (built with Clang)"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/corrade.php"
url="http://magnum.graphics/corrade/"
license=('MIT')
makedepends=('cmake' 'ninja' 'clang')
options=(!strip)
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-clang-libc++
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgver=dev.clang.libc++
pkgrel=1
pkgdesc="C++11/C++14 multiplatform utility library (built with Clang and libc++)"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/corrade.php"
url="http://magnum.graphics/corrade/"
license=('MIT')
makedepends=('cmake' 'ninja' 'clang' 'libc++')
options=(!strip)
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-coverage
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgver=dev
pkgrel=1
pkgdesc="C++11/C++14 multiplatform utility library (coverage build)"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/corrade.php"
url="http://magnum.graphics/corrade/"
license=('MIT')
makedepends=('cmake' 'ninja')
options=(!strip)
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-emscripten
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgver=dev
pkgrel=1
pkgdesc="C++11/C++14 multiplatform utility library (Emscripten)"
arch=('any')
url="http://mosra.cz/blog/corrade.php"
url="http://magnum.graphics/corrade/"
license=('MIT')
makedepends=('cmake' 'emscripten' 'ninja')
options=(!strip !buildflags)
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-emscripten-noopt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgver=dev
pkgrel=1
pkgdesc="C++11/C++14 multiplatform utility library (Emscripten, w/o optimizations)"
arch=('any')
url="http://mosra.cz/blog/corrade.php"
url="http://magnum.graphics/corrade/"
license=('MIT')
makedepends=('cmake' 'emscripten' 'ninja')
options=(!strip !buildflags)
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-gcc47
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgver=dev.gcc47
pkgrel=1
pkgdesc="C++11/C++14 multiplatform utility library (built with GCC 4.7)"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/corrade.php"
url="http://magnum.graphics/corrade/"
license=('MIT')
makedepends=('cmake' 'ninja' 'gcc47')
options=(!strip)
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-mingw-w64
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgver=dev
pkgrel=1
pkgdesc="C++11/C++14 multiplatform utility library (mingw-w64)"
arch=('any')
url="http://mosra.cz/blog/corrade.php"
url="http://magnum.graphics/corrade/"
license=('MIT')
depends=('mingw-w64-crt')
makedepends=('mingw-w64-gcc' 'cmake' 'ninja' 'corrade')
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-nacl-glibc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgver=dev.glibc
pkgrel=1
pkgdesc="C++11/C++14 multiplatform utility library (NaCl glibc version)"
arch=('any')
url="http://mosra.cz/blog/corrade.php"
url="http://magnum.graphics/corrade/"
license=('MIT')
makedepends=('nacl-sdk' 'cmake' 'ninja')
options=(!buildflags !strip)
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-nacl-newlib
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgver=dev.newlib
pkgrel=1
pkgdesc="C++11/C++14 multiplatform utility library (NaCl newlib version)"
arch=('any')
url="http://mosra.cz/blog/corrade.php"
url="http://magnum.graphics/corrade/"
license=('MIT')
makedepends=('nacl-sdk' 'cmake' 'ninja')
options=('!buildflags' '!strip' 'staticlibs')
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/PKGBUILD-release
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgver=dev.release
pkgrel=1
pkgdesc="C++11/C++14 multiplatform utility library (debug+release libs)"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/corrade.php"
url="http://magnum.graphics/corrade/"
license=('MIT')
makedepends=('cmake' 'ninja')
options=('!strip')
Expand Down
2 changes: 1 addition & 1 deletion package/archlinux/corrade-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pkgver=snapshot.2015.05.r574.g462b6184
pkgrel=1
pkgdesc="C++11/C++14 multiplatform utility library (Git version)"
arch=('i686' 'x86_64')
url="http://mosra.cz/blog/corrade.php"
url="http://magnum.graphics/corrade/"
license=('MIT')
makedepends=('cmake' 'git')
provides=('corrade')
Expand Down
2 changes: 1 addition & 1 deletion package/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Maintainer: Vladimír Vondruš <mosra@centrum.cz>
Build-Depends: debhelper (>= 9), cmake (>= 2.8.12)
Standards-Version: 3.9.2
Section: libs
Homepage: http://mosra.cz/blog/corrade.php
Homepage: http://magnum.graphics/corrade/
Vcs-Git: git://github.com/mosra/corrade.git
Vcs-Browser: https://github.com/mosra/corrade

Expand Down
2 changes: 1 addition & 1 deletion package/gentoo/dev-libs/corrade/corrade-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ EGIT_REPO_URI="git://github.com/mosra/corrade.git"
inherit cmake-utils git-r3

DESCRIPTION="C++11 Multiplatform plugin management and utility library"
HOMEPAGE="http://mosra.cz/blog/corrade.php"
HOMEPAGE="http://magnum.graphics/corrade/"

LICENSE="MIT"
SLOT="0"
Expand Down
2 changes: 1 addition & 1 deletion package/homebrew/corrade.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class Corrade < Formula
desc "C++11/C++14 multiplatform utility library"
homepage "https://github.com/mosra/corrade"
homepage "http://magnum.graphics/corrade/"
head "git://github.com/mosra/corrade.git"

depends_on "cmake"
Expand Down
2 changes: 1 addition & 1 deletion package/rpm/corrade.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: corrade
URL: http://mosra.cz/blog/corrade.php
URL: http://magnum.graphics/corrade/
Version: 0.2
Release: 1
License: MIT
Expand Down

0 comments on commit c84d094

Please sign in to comment.