Skip to content

Commit

Permalink
fix: [docs + UI] fix repository links
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Feb 2, 2024
1 parent 7295f7b commit 67e5c57
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion other_installers/ansible/roles/ail-host/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion other_installers/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions var/www/modules/settings/templates/settings_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h5 class="card-title"><i class="fas fa-times-circle text-danger"></i> Update Er
<h4 class="alert-heading">New Version Available!</h4>
<hr class="my-0">
<p>A new version is available, new version: <strong>{{git_metadata['last_remote_tag']}}</strong></p>
<a target="_blank" href="https://github.com/ail-project/AIL-framework/releases/tag/{{git_metadata['last_remote_tag']}}"> Check last release note.</a>
<a target="_blank" href="https://github.com/ail-project/ail-framework/releases/tag/{{git_metadata['last_remote_tag']}}"> Check last release note.</a>
</div>
{%endif%}

Expand All @@ -134,7 +134,7 @@ <h4 class="alert-heading">New Version Available!</h4>
<h4 class="alert-heading">New Update Available!</h4>
<hr class="my-0">
<p>A new update is available, new commit ID: <strong>{{git_metadata['last_remote_commit']}}</strong></p>
<a target="_blank" href="https://github.com/ail-project/AIL-framework/commit/{{git_metadata['last_remote_commit']}}"> Check last commit content.</a>
<a target="_blank" href="https://github.com/ail-project/ail-framework/commit/{{git_metadata['last_remote_commit']}}"> Check last commit content.</a>
</div>
{%endif%}

Expand Down
4 changes: 2 additions & 2 deletions var/www/templates/settings/settings_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h5 class="card-title"><i class="fas fa-times-circle text-danger"></i> Update Er
<h4 class="alert-heading">New Version Available!</h4>
<hr class="my-0">
<p>A new version is available, new version: <strong>{{git_metadata['last_remote_tag']}}</strong></p>
<a target="_blank" href="https://github.com/ail-project/AIL-framework/releases/tag/{{git_metadata['last_remote_tag']}}"> Check last release note.</a>
<a target="_blank" href="https://github.com/ail-project/ail-framework/releases/tag/{{git_metadata['last_remote_tag']}}"> Check last release note.</a>
</div>
{%endif%}

Expand All @@ -134,7 +134,7 @@ <h4 class="alert-heading">New Version Available!</h4>
<h4 class="alert-heading">New Update Available!</h4>
<hr class="my-0">
<p>A new update is available, new commit ID: <strong>{{git_metadata['last_remote_commit']}}</strong></p>
<a target="_blank" href="https://github.com/ail-project/AIL-framework/commit/{{git_metadata['last_remote_commit']}}"> Check last commit content.</a>
<a target="_blank" href="https://github.com/ail-project/ail-framework/commit/{{git_metadata['last_remote_commit']}}"> Check last commit content.</a>
</div>
{%endif%}

Expand Down

0 comments on commit 67e5c57

Please sign in to comment.