Skip to content

Commit

Permalink
official repo is at github.com
Browse files Browse the repository at this point in the history
  • Loading branch information
privat committed Jul 11, 2024
1 parent 8ffbe34 commit e89e615
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion pages/FFI/FFI_with_C.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ Same example with calls to `exec`, where we use the external program `sdl-config
The example extern_methods.nit illustrates a normal use of the Nit FFI.
* [[examples/extern_methods.nit|http://nitlanguage.org/nit.git/blob/HEAD:/examples/extern_methods.nit]] (not yet updated)
* [[examples/extern_methods.nit|https://github.com/nitlang/nit/blob/HEAD/examples/extern_methods.nit]] (not yet updated)
--->

# References
Expand Down
7 changes: 3 additions & 4 deletions pages/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@

Nit is still in heavy development.

The main way to get to get it from its [[git repository|http://nitlanguage.org/nit.git]]
The main way to get to get it from its [[git repository|https://github.com/nitlang/nit.git]]

~~~sh
$ git clone http://nitlanguage.org/nit.git
$ git clone https://github.com/nitlang/nit.git
~~~sh

or to download the latest [[snapshot|http://nitlanguage.org/nit.git/snapshot/HEAD.tar.gz]] (tar.gz)
or to download the latest [[snapshot|https://github.com/nitlang/nit/archive/refs/heads/master.tar.gz]] (tar.gz)

A [[github mirror|https://github.com/nitlang/nit]] is also available.

## Get dependencies

Expand Down
2 changes: 1 addition & 1 deletion pages/ide.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Currently, there is supported externals tools (not necessary IDE)
* gtksourceview (used by gedit, Anjuta and several other projects)
* gnu source-highlight

For the last ones, see the [[misc/|http://nitlanguage.org/nit.git/tree/master:/misc/]] directory of the archive for installation directives.
For the last ones, see the [[misc/|https://github.com/nitlang/nit/tree/HEAD/misc/]] directory of the archive for installation directives.
2 changes: 1 addition & 1 deletion pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Nit will help you write bug-free programs
Get Nit from its Git repository:

~~~sh
$ git clone http://nitlanguage.org/nit.git
$ git clone https://github.com/nitlang/nit.git
~~~

Ensure that dependencies (and recommendations) are installed:
Expand Down
2 changes: 1 addition & 1 deletion pages/internal/bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Nit tools are written in Nit, it means you need a Nit compiler in order to c
During the make, the original Nit compiler is compiled from C code (in `/c_src`).

~~~sh
$ git clone http://nitlanguage.org/nit.git
$ git clone https://github.com/nitlang/nit.git
$ cd nit
$ make
$ cd src
Expand Down
4 changes: 2 additions & 2 deletions pages/internal/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Nit is a target framework for novel compilation techniques and object-oriented r

## Devel documentation

* The [[NOTICE|http://nitlanguage.org/nit.git/blob/master:/NOTICE]] file that states authorship and licences.
* The [[NOTICE|https://github.com/nitlang/nit/blob/HEAD/NOTICE]] file that states authorship and licences.
* The [[documentation|http://nitlanguage.org/doc/nitc/]] of the source-code (generated with nitdoc).
* The main [[README|http://nitlanguage.org/nit.git/blob/master:/README.md]] of the source-code.
* The main [[README|https://github.com/nitlang/nit/blob/HEAD/README.md]] of the source-code.

## How-tos and specific documentation

Expand Down
2 changes: 1 addition & 1 deletion pages/internal/regression.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The directory `tests` contains various small Nit programs used to check that the compiler is not broken.

* [[tests/README|http://nitlanguage.org/nit.git/blob/master:/tests/README.md]]
* [[tests/README|https://github.com/nitlang/nit/blob/HEAD/tests/README.md]]

To run the full regression test-suite, run:

Expand Down
2 changes: 1 addition & 1 deletion pages/internal/workflow.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Repos and Branches

The official Nit repository is [[http://nitlanguage.org/nit.git]].
The official Nit repository is [[https://github.com/nitlang/nit.git]].
A [[Github mirror|https://github.com/nitlang/nit]] is also available for social coding.

The **master** branch is the most stable, up-to-date and trustworthy :
Expand Down
4 changes: 2 additions & 2 deletions pages/on_mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ sudo port install boehmgc ccache graphviz libunwind-headers pkgconfig
Install and compile Nit

~~~sh
$ git clone http://nitlanguage.org/nit.git
$ git clone https://github.com/nitlang/nit.git
$ cd nit
$ make
~~~
Expand Down Expand Up @@ -51,7 +51,7 @@ $ brew install boehmgc ccache graphviz libunwind-headers pkgconfig
Install and compile Nit

~~~sh
$ git clone http://nitlanguage.org/nit.git
$ git clone https://github.com/nitlang/nit.git
$ cd nit
$ make
~~~
2 changes: 1 addition & 1 deletion pages/vim/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nit for Vim

Nit comes with a support for the editor [[vim|http://www.vim.org/]] in the directory [[misc/vim|http://nitlanguage.org/nit.git/tree/HEAD:/misc/vim]].
Nit comes with a support for the editor [[vim|http://www.vim.org/]] in the directory [[misc/vim|https://github.com/nitlang/nit/tree/HEAD/misc/vim]].

<div style="text-align:center">
<img src="screenshot.png" title="screenshot" alt="Preview of the Nit bundde for vim"/>
Expand Down

0 comments on commit e89e615

Please sign in to comment.