From 67e5c5777d8c3e491d2053db4661fff84c3cf1d1 Mon Sep 17 00:00:00 2001 From: terrtia Date: Fri, 2 Feb 2024 11:50:13 +0100 Subject: [PATCH] fix: [docs + UI] fix repository links --- other_installers/ansible/roles/ail-host/tasks/main.yml | 2 +- other_installers/docker/README.md | 2 +- var/www/modules/settings/templates/settings_index.html | 4 ++-- var/www/templates/settings/settings_index.html | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/other_installers/ansible/roles/ail-host/tasks/main.yml b/other_installers/ansible/roles/ail-host/tasks/main.yml index 47ada451..c429a9f3 100644 --- a/other_installers/ansible/roles/ail-host/tasks/main.yml +++ b/other_installers/ansible/roles/ail-host/tasks/main.yml @@ -64,7 +64,7 @@ - name: Clone the AIL repository git: - repo: 'https://github.com/ail-project/AIL-framework.git' + repo: 'https://github.com/ail-project/ail-framework.git' dest: /opt/AIL-framework update: yes diff --git a/other_installers/docker/README.md b/other_installers/docker/README.md index c931bb65..018ba146 100644 --- a/other_installers/docker/README.md +++ b/other_installers/docker/README.md @@ -15,7 +15,7 @@ curl https://get.docker.com | /bin/bash 2. Type these commands to build the Docker image: ```bash -git clone https://github.com/ail-project/AIL-framework.git +git clone https://github.com/ail-project/ail-framework.git cd AIL-framework cp -r ./other_installers/docker/Dockerfile ./other_installers/docker/docker_start.sh ./other_installers/docker/pystemon ./ cp ./configs/update.cfg.sample ./configs/update.cfg diff --git a/var/www/modules/settings/templates/settings_index.html b/var/www/modules/settings/templates/settings_index.html index e267b706..af3d74c2 100644 --- a/var/www/modules/settings/templates/settings_index.html +++ b/var/www/modules/settings/templates/settings_index.html @@ -125,7 +125,7 @@

New Version Available!


A new version is available, new version: {{git_metadata['last_remote_tag']}}

- Check last release note. + Check last release note. {%endif%} @@ -134,7 +134,7 @@

New Update Available!


A new update is available, new commit ID: {{git_metadata['last_remote_commit']}}

- Check last commit content. + Check last commit content. {%endif%} diff --git a/var/www/templates/settings/settings_index.html b/var/www/templates/settings/settings_index.html index ecc2e9e3..9819d4ea 100644 --- a/var/www/templates/settings/settings_index.html +++ b/var/www/templates/settings/settings_index.html @@ -125,7 +125,7 @@

New Version Available!


A new version is available, new version: {{git_metadata['last_remote_tag']}}

- Check last release note. + Check last release note. {%endif%} @@ -134,7 +134,7 @@

New Update Available!


A new update is available, new commit ID: {{git_metadata['last_remote_commit']}}

- Check last commit content. + Check last commit content. {%endif%}