Skip to content

Commit 4946eac

Browse files
committed
updated links to calculator
1 parent 6e55a95 commit 4946eac

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ lunr:
3535

3636
locale: en-gb
3737

38-
url: "https://GreenAlgorithms.github.io"
38+
url: "http://www.green-algorithms.org"
3939

4040
repository: "GreenAlgorithms/GreenAlgorithms.github.io"
4141

_pages/GA4HPC/GA4HPC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ toc: true
2020
toc_sticky: true
2121
---
2222

23-
In some situations, using an online calculator such as the [Green Algorithms one](https://www.green-algorithms.org) isn't very practical, e.g. when many different jobs are run. In an ideal world, there would be a tool that collects automatically all the details of the algorithms ran and estimate the corresponding energy usage and carbon footprint.
23+
In some situations, using an online calculator such as the [Green Algorithms one](http://calculator.green-algorithms.org) isn't very practical, e.g. when many different jobs are run. In an ideal world, there would be a tool that collects automatically all the details of the algorithms ran and estimate the corresponding energy usage and carbon footprint.
2424
__GA4HPC__ is a first step in this direction.
2525

2626
High Performance Computing (HPC) clusters tend to log information on all jobs ran on them, for accounting purposes, and this information can be pulled.

_pages/app_userGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ header:
1010
text_color: rgb(80, 80, 80)
1111
actions:
1212
- label: "Green Algorithms Calculator"
13-
url: https://www.green-algorithms.org
13+
url: http://calculator.green-algorithms.org
1414

1515
toc: true
1616
toc_sticky: true

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ header:
1515
text_color: rgb(80, 80, 80)
1616
actions:
1717
- label: "Carbon footprint calculator"
18-
url: https://green-algorithms.org
18+
url: http://calculator.green-algorithms.org
1919

2020
permalink: /
2121
title: "Green Algorithms"
@@ -62,7 +62,7 @@ gallery_logos:
6262
image_path: /assets/images/Baker_gallery.png
6363
---
6464

65-
__Are you looking for the online calculator?__ It's been moved to [calculator.green-algorithms.org](https://calculator.green-algorithms.org)
65+
__Are you looking for the online calculator?__ It's been moved to [calculator.green-algorithms.org](http://calculator.green-algorithms.org)
6666
{: .notice--success}
6767

6868
__:hourglass: This website is a work in progress, and we will keep adding content in the coming weeks!__

0 commit comments

Comments
 (0)