-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #423 from DFKI-NI/updateLinksAfterOrgMove
update all links after move to DFKI-NI org
- Loading branch information
Showing
28 changed files
with
153 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"image": "ghcr.io/agri-gaia/seerep_base:latest", | ||
"image": "ghcr.io/dfki-ni/seerep_base:latest", | ||
"name": "seerep_dev", | ||
"customizations": { | ||
"vscode": { | ||
|
@@ -36,5 +36,5 @@ | |
"containerEnv": { | ||
"TZ": "Europe/Berlin" | ||
}, | ||
"postStartCommand": "git -C ./src pull || git clone [email protected]:agri-gaia/seerep.git ./src; ./src/.devcontainer/postCreateCommand.sh" | ||
"postStartCommand": "git -C ./src pull || git clone [email protected]:DFKI-NI/seerep.git ./src; ./src/.devcontainer/postCreateCommand.sh" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ our web site. | |
Deutsches Forschungszentrum für Künstliche Intelligenz GmbH (DFKI)<br> | ||
Phone: [+49 631 20575 0](tel:+49631205750)<br> | ||
[[email protected]](mailto:[email protected])<br> | ||
[Legal Notice](https://agri-gaia.github.io/seerep/mkdocs/legal-notice/index.html) | ||
[Legal Notice](https://dfki-ni.github.io/seerep/mkdocs/legal-notice/index.html) | ||
|
||
## Data protection officer | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,13 +15,13 @@ Clone the repository with: | |
=== "ssh" | ||
|
||
```bash | ||
git clone [email protected]:agri-gaia/seerep.git | ||
git clone [email protected]:DFKI-NI/seerep.git | ||
``` | ||
|
||
=== "https" | ||
|
||
```bash | ||
git clone https://github.com/agri-gaia/seerep | ||
git clone https://github.com/DFKI-NI/seerep | ||
``` | ||
|
||
For the development, it is assumed that the directory designated for SEEREP's | ||
|
@@ -69,7 +69,7 @@ Or in case this window doesn't open, use either ++f1++ or ++ctrl+shift+p++ and i | |
|
||
Starting the Dev-Container the first time may take a while as it involves | ||
downloading the required | ||
[SEEREP Docker image](https://github.com/agri-gaia/seerep/pkgs/container/seerep_base) | ||
[SEEREP Docker image](https://github.com/DFKI-NI/seerep/pkgs/container/seerep_base) | ||
(around 4 GB). Additionally Visual Studio Code extensions, Intellisense, and | ||
pre-commit checks are setup in the container. | ||
|
||
|
@@ -95,7 +95,7 @@ The main hooks are: | |
- [Markdownlint](https://github.com/igorshubovych/markdownlint-cli) for Markdown | ||
|
||
Along with other checks for Dockerfiles and YAML, see the complete list in the | ||
[configuration](https://github.com/agri-gaia/seerep/blob/main/.pre-commit-config.yaml). | ||
[configuration](https://github.com/DFKI-NI/seerep/blob/main/.pre-commit-config.yaml). | ||
|
||
## Debugging with VS-Code | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.