Skip to content

Commit 28e735e

Browse files
committed
Amend clone URL
1 parent 6fd6109 commit 28e735e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Orion variables
22
ORION_PORT=1026
3-
ORION_VERSION=2.2.0
3+
ORION_VERSION=2.3.0
44

55
# MongoDB variables
66
MONGO_DB_PORT=27017

README.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ mongo-db:
414414
イメージを作成してください :
415415

416416
```bash
417-
git clone git@github.com:FIWARE/tutorials.Relationships-Linked-Data.git
417+
git clone https://github.com/FIWARE/tutorials.Relationships-Linked-Data.git
418418
cd tutorials.Relationships-Linked-Data
419419
420420
./services start

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ All services can be initialised from the command-line by running the
388388
within the repository. Please clone the repository and create the necessary images by running the commands as shown:
389389

390390
```bash
391-
git clone git@github.com:FIWARE/tutorials.Relationships-Linked-Data.git
391+
git clone https://github.com/FIWARE/tutorials.Relationships-Linked-Data.git
392392
cd tutorials.Relationships-Linked-Data
393393
394394
./services start

0 commit comments

Comments
 (0)