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
|
||||
[hub]: https://hub.github.com/
|
||||
[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
|
||||
[valgrind]: http://valgrind.org/
|
||||
[vcs]: https://en.wikipedia.org/wiki/Revision_control
|
||||
|
@@ -1,9 +1,9 @@
|
||||

|
||||
|
||||
[Website](http://neovim.org) |
|
||||
[Community](http://neovim.org/community/) |
|
||||
[Website](http://neovim.io) |
|
||||
[Community](http://neovim.io/community/) |
|
||||
[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) |
|
||||
[Twitter](http://twitter.com/Neovim) |
|
||||
[Bountysource](https://www.bountysource.com/teams/neovim)
|
||||
@@ -12,7 +12,7 @@
|
||||
[](https://waffle.io/neovim/neovim)
|
||||
[](https://coveralls.io/r/neovim/neovim)
|
||||
[](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)
|
||||
|
||||
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] ...
|
||||
|
||||
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,
|
||||
which follows the Google C++ coding convention except with the following
|
||||
|
@@ -422,7 +422,7 @@ th {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* neovim.org/css/main.css */
|
||||
/* neovim.io/css/main.css */
|
||||
|
||||
* {
|
||||
-moz-box-sizing: border-box;
|
||||
|
@@ -24,7 +24,7 @@ $extrastylesheet
|
||||
<div class="container">
|
||||
<nav class="site-nav">
|
||||
<ul>
|
||||
<li><a href="http://neovim.org/">Neovim Home</a></li>
|
||||
<li><a href="http://neovim.io/">Neovim Home</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<a href="$relpath^index.html">
|
||||
|
Reference in New Issue
Block a user