Skip to content
Snippets Groups Projects
Verified Commit 8606266f authored by egon w. stemle's avatar egon w. stemle :robot:
Browse files

Rewrite mentions of ://merlin-platform.eu/annis/ to ://commul.eurac.edu/annis/merlin

Fix #12

Quick and dirty (automatically):
```bash
find ./ -type f -iname '*.php' -exec sed -i -e 's#://merlin-platform.eu/annis#://commul.eurac.edu/annis/merlin#g' {} \;
```
parent 983977ab
No related branches found
No related tags found
No related merge requests found
Pipeline #30855 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment