Skip to content

Commit c71abbe

Browse files
authored
fix(doc):issue-335-broken-link fix broken relative link (#360)
1 parent 99c1992 commit c71abbe

File tree

12 files changed

+17
-17
lines changed

12 files changed

+17
-17
lines changed

docs/docs/Explanations/components/case.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ With :
6868

6969
## Usage impacts
7070

71-
Only [power consumption](../usage/elec_conso.md) is implemented. In most cases, enclosure doesn't consume electricity.
71+
Only [power consumption](../usage/power.md) is implemented. In most cases, enclosure doesn't consume electricity.

docs/docs/Explanations/components/cpu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ with:
9393

9494
## Usage impacts
9595

96-
Both [power consumption](../usage/elec_conso.md) and [consumption profile](../consumption_profile.md) are implemented.
96+
Both [power consumption](../usage/power.md) and [consumption profile](../consumption_profile.md) are implemented.
9797

9898
## Power Consumption profile
9999

docs/docs/Explanations/components/hdd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ The HDD disk manufacturing impact is considered as a constant.
5555

5656
## Usage impact
5757

58-
Only [power consumption](../usage/elec_conso.md) is implemented.
58+
Only [power consumption](../usage/power.md) is implemented.

docs/docs/Explanations/components/motherboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ The motherboard manufacturing impact is considered as a constant.
4949

5050
## Usage impact
5151

52-
Only [power consumption](../usage/elec_conso.md) is implemented.
52+
Only [power consumption](../usage/power.md) is implemented.

docs/docs/Explanations/components/power_supply.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ with :
5959

6060
## Usage impact
6161

62-
Only [power consumption](../usage/elec_conso.md) is implemented.
62+
Only [power consumption](../usage/power.md) is implemented.
6363
This shouldn't be used in most cases since the electricity consume by a power supply is consume on behalf of other
6464
components.

docs/docs/Explanations/components/ram.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ with:
7676

7777
## Usage impact
7878

79-
Both [power consumption](../usage/elec_conso.md) and [consumption profile](../consumption_profile.md) are implemented.
79+
Both [power consumption](../usage/power.md) and [consumption profile](../consumption_profile.md) are implemented.
8080

8181
## Consumption profile
8282

docs/docs/Explanations/components/ssd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ with:
7979

8080
## Usage impact
8181

82-
Only [power consumption](../usage/elec_conso.md) is implemented.
82+
Only [power consumption](../usage/power.md) is implemented.

docs/docs/Explanations/devices/iot_devices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ $$
5858

5959
## Usage impact
6060

61-
Only [power consumption](../usage/elec_conso.md) is implemented.
61+
Only [power consumption](../usage/power.md) is implemented.
6262

docs/docs/Explanations/devices/server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ $$
104104

105105
## Usage impact
106106

107-
Both [power consumption](../usage/elec_conso.md) and [consumption profile](../consumption_profile.md) are implemented.
107+
Both [power consumption](../usage/power.md) and [consumption profile](../consumption_profile.md) are implemented.
108108

109109
## Consumption profile
110110

docs/docs/Explanations/usage/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Usage impacts can be assessed at device or component level from usage configuration.
44

5-
Usage impacts are measured by multiplying a **[duration, a ratio of usage](duration.md)**, an **[impact factor](elec_factors.md)**, and an **[power](elec_conso.md)** :
5+
Usage impacts are measured by multiplying a **[duration, a ratio of usage](duration.md)**, an **[impact factor](elec_factors.md)**, and an **[power](power.md)** :
66

77
```impact = power * (duration * use_time_ratio) * impact_factor```
88

0 commit comments

Comments
 (0)