mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 05:48:17 +00:00
Change neovim.org references to neovim.io
This commit is contained in:
@@ -181,7 +181,7 @@ such as [`tig`][tig].
|
|||||||
[github-pr-1820]: https://github.com/neovim/neovim/pull/1820
|
[github-pr-1820]: https://github.com/neovim/neovim/pull/1820
|
||||||
[hub]: https://hub.github.com/
|
[hub]: https://hub.github.com/
|
||||||
[imperative]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
|
[imperative]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
|
||||||
[style-guide]: http://neovim.org/develop/style-guide.xml
|
[style-guide]: http://neovim.io/develop/style-guide.xml
|
||||||
[tig]: https://github.com/jonas/tig
|
[tig]: https://github.com/jonas/tig
|
||||||
[valgrind]: http://valgrind.org/
|
[valgrind]: http://valgrind.org/
|
||||||
[vcs]: https://en.wikipedia.org/wiki/Revision_control
|
[vcs]: https://en.wikipedia.org/wiki/Revision_control
|
||||||
|
@@ -1,9 +1,9 @@
|
|||||||

|

|
||||||
|
|
||||||
[Website](http://neovim.org) |
|
[Website](http://neovim.io) |
|
||||||
[Community](http://neovim.org/community/) |
|
[Community](http://neovim.io/community/) |
|
||||||
[Wiki](https://github.com/neovim/neovim/wiki) |
|
[Wiki](https://github.com/neovim/neovim/wiki) |
|
||||||
[Documentation](http://neovim.org/doc) |
|
[Documentation](http://neovim.io/doc) |
|
||||||
[Mailing List](https://groups.google.com/forum/#!forum/neovim) |
|
[Mailing List](https://groups.google.com/forum/#!forum/neovim) |
|
||||||
[Twitter](http://twitter.com/Neovim) |
|
[Twitter](http://twitter.com/Neovim) |
|
||||||
[Bountysource](https://www.bountysource.com/teams/neovim)
|
[Bountysource](https://www.bountysource.com/teams/neovim)
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
[](https://waffle.io/neovim/neovim)
|
[](https://waffle.io/neovim/neovim)
|
||||||
[](https://coveralls.io/r/neovim/neovim)
|
[](https://coveralls.io/r/neovim/neovim)
|
||||||
[](https://scan.coverity.com/projects/2227)
|
[](https://scan.coverity.com/projects/2227)
|
||||||
[](http://neovim.org/doc/reports/clang)
|
[](http://neovim.io/doc/reports/clang)
|
||||||
[](https://gitter.im/neovim/neovim?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[](https://gitter.im/neovim/neovim?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
||||||
Neovim is a project that seeks to aggressively refactor Vim in order to:
|
Neovim is a project that seeks to aggressively refactor Vim in order to:
|
||||||
|
2
clint.py
2
clint.py
@@ -65,7 +65,7 @@ Syntax: clint.py [--verbose=#] [--output=vs7] [--filter=-x,+y,...]
|
|||||||
<file> [file] ...
|
<file> [file] ...
|
||||||
|
|
||||||
The style guidelines this tries to follow are those in
|
The style guidelines this tries to follow are those in
|
||||||
http://neovim.org/development-wiki/style-guide/style-guide.xml
|
http://neovim.io/development-wiki/style-guide/style-guide.xml
|
||||||
|
|
||||||
Note: This is Google's cpplint.py modified for use with the Neovim project,
|
Note: This is Google's cpplint.py modified for use with the Neovim project,
|
||||||
which follows the Google C++ coding convention except with the following
|
which follows the Google C++ coding convention except with the following
|
||||||
|
@@ -422,7 +422,7 @@ th {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* neovim.org/css/main.css */
|
/* neovim.io/css/main.css */
|
||||||
|
|
||||||
* {
|
* {
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
|
@@ -24,7 +24,7 @@ $extrastylesheet
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<nav class="site-nav">
|
<nav class="site-nav">
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://neovim.org/">Neovim Home</a></li>
|
<li><a href="http://neovim.io/">Neovim Home</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
<a href="$relpath^index.html">
|
<a href="$relpath^index.html">
|
||||||
|
Reference in New Issue
Block a user