From fc3a334f031896a0c557a904308ee980f900d43b Mon Sep 17 00:00:00 2001 From: Maximilian Kratz Date: Mon, 14 Nov 2022 15:20:51 +0100 Subject: [PATCH] Updates URLs in README.md + prov script --- README.md | 6 +++--- prov.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0f4e1af..5518379 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # eMoflon::Neo VM -[![Build eMoflon::Neo VM](https://github.com/maxkratz/emoflon-neo-vm/actions/workflows/vagrant-up.yml/badge.svg?branch=main&event=push)](https://github.com/maxkratz/emoflon-neo-vm/actions/workflows/vagrant-up.yml) +[![Build eMoflon::Neo VM](https://github.com/eMoflon/emoflon-neo-vm/actions/workflows/vagrant-up.yml/badge.svg?branch=main&event=push)](https://github.com/eMoflon/emoflon-neo-vm/actions/workflows/vagrant-up.yml) This repository is used to automatically build an [eMoflon::Neo](https://emoflon.org/neo/) virtual machine (VM). @@ -10,13 +10,13 @@ This repository is used to automatically build an [eMoflon::Neo](https://emoflon - [Ubuntu 20.04](https://app.vagrantup.com/gusztavvargadr/boxes/ubuntu-desktop) - [OpenJDK 17](https://openjdk.org/projects/jdk/17/) - [Graphviz](https://graphviz.org/) -- [eMoflon Neo Eclipse build](https://github.com/maxkratz/emoflon-neo-eclipse-build) (variant: *eclipse-emoflon-linux-user*) +- [eMoflon Neo Eclipse build](https://github.com/eMoflon/emoflon-neo-eclipse-build) (variant: *eclipse-emoflon-linux-user*) - [Neo4j](https://neo4j.com/) ## Usage/Installation -- Download the latest version from the [release page](https://github.com/maxkratz/emoflon-neo-vm/releases/latest). +- Download the latest version from the [release page](https://github.com/eMoflon/emoflon-neo-vm/releases/latest). - Install [VirtualBox](https://www.virtualbox.org/) (or another Hypervisor compatible to `OVA` files). - Import the `OVA` file as new VM in VirtualBox. (More detailed description can be found [here](https://docs.oracle.com/cd/E26217_01/E26796/html/qs-import-vm.html).) - Use the credentials `vagrant:vagrant` to login. diff --git a/prov.sh b/prov.sh index c370980..1a334d7 100644 --- a/prov.sh +++ b/prov.sh @@ -46,7 +46,7 @@ cd ~/eclipse-apps # Get eclipse if [[ ! -f "./$ECLIPSE_ARCHIVE.zip" ]]; then log "Downloading latest eMoflon Eclipse archive from Github." - curl -s https://api.github.com/repos/maxkratz/emoflon-neo-eclipse-build/releases/latest \ + curl -s https://api.github.com/repos/eMoflon/emoflon-neo-eclipse-build/releases/latest \ | grep "$ECLIPSE_ARCHIVE.zip" \ | cut -d : -f 2,3 \ | tr -d \" \