From e78d0b5e77e42d8a52c13833a35120046d6bb41d Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Wed, 30 Jun 2021 05:46:03 -0400 Subject: [PATCH] update urls --- readme.md | 22 +++++++++++----------- readme_es.md | 30 +++++++++++++++--------------- readme_ru.md | 24 ++++++++++++------------ 3 files changed, 38 insertions(+), 38 deletions(-) diff --git a/readme.md b/readme.md index a1620ac89..69ddd90c4 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ You can view documentation on how to get started [here](https://docs.oxen.io/pro A simple demo application that is lokinet "aware" can be found [here](https://github.com/majestrate/lokinet-aware-demos) -[![Build Status](https://ci.oxen.rocks/api/badges/oxen-io/loki-network/status.svg?ref=refs/heads/dev)](https://ci.oxen.rocks/oxen-io/loki-network) +[![Build Status](https://ci.oxen.rocks/api/badges/oxen-io/lokinet/status.svg?ref=refs/heads/dev)](https://ci.oxen.rocks/oxen-io/lokinet) ## Building @@ -43,8 +43,8 @@ You can install these using: If you are not on a platform supported by the debian packages or if you want to build a dev build, this is the most "portable" way to do it: $ sudo apt install build-essential cmake git libcap-dev pkg-config automake libtool - $ git clone --recursive https://github.com/loki-project/loki-network - $ cd loki-network + $ git clone --recursive https://github.com/oxen-io/lokinet + $ cd lokinet $ mkdir build $ cd build $ cmake .. -DBUILD_STATIC_DEPS=ON -DBUILD_SHARED_LIBS=OFF -DSTATIC_LINK=ON @@ -60,8 +60,8 @@ You can get the latest stable macos relase from https://lokinet.org/ or check th alternatively you can build from source, make sure you have cmake, libuv and xcode command line tools installed: - $ git clone --recursive https://github.com/loki-project/loki-network - $ cd loki-network + $ git clone --recursive https://github.com/oxen-io/lokinet + $ cd lokinet $ mkdir build $ cd build $ cmake .. -DBUILD_STATIC_DEPS=ON -DBUILD_SHARED_LIBS=OFF -DSTATIC_LINK=ON @@ -88,8 +88,8 @@ setup: building: - $ git clone --recursive https://github.com/loki-project/loki-network - $ cd loki-network + $ git clone --recursive https://github.com/oxen-io/lokinet + $ cd lokinet $ ./contrib/windows.sh ### Solaris 2.10+ @@ -105,8 +105,8 @@ build: $ sudo pkg install build-essential gcc8 wget tuntap cmake (optional: ninja ccache - from omnios extra) (OmniOS CE) $ sudo pkg install base-developer-utilities developer-gnu developer-studio-utilities gcc-7 wget cmake (Oracle Solaris, see note) $ sudo pkg install build-essential wget gcc-8 documentation/tuntap header-tun tun (optional: ninja ccache) (all other SunOS) - $ git clone --recursive https://github.com/loki-project/loki-network - $ cd loki-network + $ git clone --recursive https://github.com/oxen-io/lokinet + $ cd lokinet $ mkdir build $ cd build $ cmake .. @@ -121,8 +121,8 @@ install: build: $ pkg install cmake git pkgconf - $ git clone --recursive https://github.com/loki-project/loki-network - $ cd loki-network + $ git clone --recursive https://github.com/oxen-io/lokinet + $ cd lokinet $ mkdir build $ cd build $ cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DSTATIC_LINK=ON -DBUILD_SHARED_DEPS=ON .. diff --git a/readme_es.md b/readme_es.md index 5225316e4..f71dee8f8 100644 --- a/readme_es.md +++ b/readme_es.md @@ -8,10 +8,10 @@ Puede aprender a grandes razgos sobre el diseño de LLARP [aquí](docs/high-leve Y puede leer las especificaciones del protocolo [aquí](docs/proto_v0.txt) , documento técnico en idioma ingles. -Puede ver la documentación, en ingles, de como empezar [aqui](https://loki-project.github.io/loki-docs/Lokinet/LokinetOverview/) . +Puede ver la documentación, en ingles, de como empezar [aqui](https://oxen-io.github.io/loki-docs/Lokinet/LokinetOverview/) . + +[![Build Status](https://ci.oxen.rocks/api/badges/oxen-io/lokinet/status.svg?ref=refs/heads/dev)](https://ci.oxen.rocks/oxen-io/lokinet) -![build status](https://gitlab.com/lokiproject/loki-network/badges/master/pipeline.svg "build status") -![travis-ci](https://travis-ci.org/loki-project/loki-network.svg?branch=master "ci status") ## Uso @@ -80,8 +80,8 @@ Requerimientos de compilación: compilando: $ sudo apt install build-essential cmake git libcap-dev curl libuv1-dev libsodium-dev pkg-config - $ git clone --recursive https://github.com/loki-project/loki-network - $ cd loki-network + $ git clone --recursive https://github.com/oxen-io/lokinet + $ cd lokinet $ mkdir build $ cd build $ cmake .. -DBUILD_STATIC_DEPS=ON -DBUILD_SHARED_LIBS=OFF -DSTATIC_LINK=ON @@ -103,8 +103,8 @@ esto coloca el paquete compilado en `../` compilando: este seguro que usted tiene cmake, libuv y las herramientas de terminal de xcode ya instaladas - $ git clone --recursive https://github.com/loki-project/loki-network - $ cd loki-network + $ git clone --recursive https://github.com/oxen-io/lokinet + $ cd lokinet $ mkdir build $ cd build $ cmake .. -DBUILD_STATIC_DEPS=ON -DBUILD_SHARED_LIBS=OFF -DSTATIC_LINK=ON @@ -119,8 +119,8 @@ instalando: compilar (donde `$ARCH` es su plataforma - `i686` or `x86_64`): $ pacman -Sy base-devel mingw-w64-$ARCH-toolchain git libtool autoconf mingw-w64-$ARCH-cmake - $ git clone https://github.com/loki-project/loki-network.git - $ cd loki-network + $ git clone https://github.com/oxen-io/lokinet.git + $ cd lokinet $ mkdir -p build; cd build $ cmake .. -DCMAKE_BUILD_TYPE=[Debug|Release] -DSTATIC_LINK_RUNTIME=ON -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -G 'Unix Makefiles' @@ -149,8 +149,8 @@ compilando: $ sudo pkg install build-essential gcc8 wget tuntap cmake (opcional: ninja ccache - de los extra de omnios) (OmniOS CE) $ sudo pkg install base-developer-utilities developer-gnu developer-studio-utilities gcc-7 wget cmake (Solaris de Oracle, ver notas) $ sudo pkg install build-essential wget gcc-8 documentation/tuntap header-tun tun (opcional: ninja ccache) (todos los demas SunOS) - $ git clone https://github.com/loki-project/loki-network - $ cd loki-network + $ git clone https://github.com/oxen-io/lokinet + $ cd lokinet $ gmake -j8 instalando: @@ -167,8 +167,8 @@ PENDIENTE: agregar instrucciones para pkgsrc compilando: # pkg_add curl cmake git (opcional: ninja ccache) - $ git clone --recursive https://github.com/loki-project/loki-network - $ cd loki-network + $ git clone --recursive https://github.com/oxen-io/lokinet + $ cd lokinet $ mkdir build $ cd build $ cmake .. -DBUILD_STATIC_DEPS=ON -DBUILD_SHARED_LIBS=OFF -DSTATIC_LINK=ON @@ -183,8 +183,8 @@ instalando (root): compilando: $ pkg install cmake git curl libuv-1.27.0 libsodium - $ git clone --recursive https://github.com/loki-project/loki-network - $ cd loki-network + $ git clone --recursive https://github.com/oxen-io/lokinet + $ cd lokinet $ mkdir build $ cd build $ cmake .. -DBUILD_STATIC_DEPS=ON -DBUILD_SHARED_LIBS=OFF -DSTATIC_LINK=ON diff --git a/readme_ru.md b/readme_ru.md index 5f88c2577..73652328d 100644 --- a/readme_ru.md +++ b/readme_ru.md @@ -8,9 +8,9 @@ Lokinet - реализация LLARP (протокол анонимной мар Почитать спецификацию протокола LLARP [здесь](docs/proto_v0.txt) -Почитать документацию о том, как начать работу [здесь](https://loki-project.github.io/loki-docs/Lokinet/LokinetOverview/) +Почитать документацию о том, как начать работу [здесь](https://oxen-io.github.io/loki-docs/Lokinet/LokinetOverview/) -[![Build Status](https://drone.lokinet.dev/api/badges/loki-project/loki-network/status.svg?ref=refs/heads/master)](https://drone.lokinet.dev/loki-project/loki-network) +[![Build Status](https://drone.lokinet.dev/api/badges/oxen-io/lokinet/status.svg?ref=refs/heads/master)](https://drone.lokinet.dev/oxen-io/lokinet) ## Использование @@ -71,8 +71,8 @@ Lokinet - реализация LLARP (протокол анонимной мар сборка: $ sudo apt install build-essential cmake git libcap-dev curl libuv1-dev libsodium-dev pkg-config - $ git clone --recursive https://github.com/loki-project/loki-network - $ cd loki-network + $ git clone --recursive https://github.com/oxen-io/lokinet + $ cd lokinet $ mkdir build $ cd build $ cmake .. -DBUILD_STATIC_DEPS=ON -DBUILD_SHARED_LIBS=OFF -DSTATIC_LINK=ON @@ -87,8 +87,8 @@ Lokinet - реализация LLARP (протокол анонимной мар сборка: убедитесь, что у вас установлены инструменты командной строки cmake, libuv и xcode - $ git clone --recursive https://github.com/loki-project/loki-network - $ cd loki-network + $ git clone --recursive https://github.com/oxen-io/lokinet + $ cd lokinet $ mkdir build $ cd build $ cmake .. -DBUILD_STATIC_DEPS=ON -DBUILD_SHARED_LIBS=OFF -DSTATIC_LINK=ON @@ -113,8 +113,8 @@ Lokinet - реализация LLARP (протокол анонимной мар сборка: - $ git clone --recursive https://github.com/loki-project/loki-network - $ cd loki-network + $ git clone --recursive https://github.com/oxen-io/lokinet + $ cd lokinet $ mkdir build-windows $ cd build-windows $ cmake -DBUILD_STATIC_DEPS=ON -DNATIVE_BUILD=OFF -DCMAKE_BUILD_TYPE=Release -DBUILD_PACKAGE=ON -DCMAKE_TOOLCHAIN_FILE='../contrib/cross/mingw64.cmake' -DWITH_TESTS=OFF -DCMAKE_CROSSCOMPILING=ON .. @@ -133,8 +133,8 @@ Lokinet - реализация LLARP (протокол анонимной мар $ sudo pkg install build-essential gcc8 wget tuntap cmake (optional: ninja ccache - from omnios extra) (OmniOS CE) $ sudo pkg install base-developer-utilities developer-gnu developer-studio-utilities gcc-7 wget cmake (Oracle Solaris, see note) $ sudo pkg install build-essential wget gcc-8 documentation/tuntap header-tun tun (optional: ninja ccache) (all other SunOS) - $ git clone --recursive https://github.com/loki-project/loki-network - $ cd loki-network + $ git clone --recursive https://github.com/oxen-io/lokinet + $ cd lokinet $ mkdir build $ cd build $ cmake .. @@ -149,8 +149,8 @@ Lokinet - реализация LLARP (протокол анонимной мар сборка: $ pkg install cmake git curl libuv libsodium pkgconf libunbound - $ git clone --recursive https://github.com/loki-project/loki-network - $ cd loki-network + $ git clone --recursive https://github.com/oxen-io/lokinet + $ cd lokinet $ mkdir build $ cmake -DCMAKE_BUILD_TYPE=Release .. $ make