Skip to content

Commit e5cd053

Browse files
committed
fix next button url
1 parent 59b4547 commit e5cd053

File tree

6 files changed

+6
-11
lines changed

6 files changed

+6
-11
lines changed

Check-Prime/Prime-Numbers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ There are other solutions to this problem as well. We encourage you to google,
5656
A prime number is only divisible by 1 and the number itself.
5757

5858
 
59-
[![Next Page](assets/next-button.png)](..README.md)
59+
[![Next Page](../assets/next-button.png)](..README.md)
6060
 
6161

6262
###### tags: `programmig-hero` `python` `float` `int` `math`

Computations/Calculate-Grades.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Calculation of average is easy. Add them all and then divide by the count. As we
3838
After that, we are running a simple if-else to determine the grade.
3939

4040
 
41-
[![Next Page](assets/next-button.png)](Gravitational-Force.md)
41+
[![Next Page](../assets/next-button.png)](Gravitational-Force.md)
4242
 
4343

4444
###### tags: `programmig-hero` `python` `float` `int` `math`

Computations/Complex-Interest.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To apply the same power on multiple things, put them inside parentheses and then
4040

4141

4242
 
43-
[![Next Page](assets/next-button.png)](Calculate-Grades.md)
43+
[![Next Page](../assets/next-button.png)](Calculate-Grades.md)
4444
 
4545

4646
###### tags: `programmig-hero` `python` `float` `int` `math`

Computations/Gravitational-Force.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The calculation is simple. Only two things need to be learned from this.
3737
3838

3939
 
40-
[![Next Page](assets/next-button.png)](Triangle-Area.md)
40+
[![Next Page](../assets/next-button.png)](Triangle-Area.md)
4141
 
4242

4343
###### tags: `programmig-hero` `python` `float` `int` `math`

Computations/Simple-Interest.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,9 @@ print("Simple interest is:", simple_interest)
2929
### S-4: Explanation
3030
Read the code. I think you don’t need any extra explanation here.
3131

32-
 
33-
[![Next Page](assets/next-button.png)](Math-Power.md)
34-
 
35-
36-
###### tags: `programmig-hero` `python` `float` `int` `math`
3732

3833
 
39-
[![Next Page](assets/next-button.png)](Complex-Interest.md)
34+
[![Next Page](../assets/next-button.png)](Complex-Interest.md)
4035
 
4136

4237
###### tags: `programmig-hero` `python` `float` `int` `math`

Computations/Triangle-Area.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The math module has a lot of math-related functionalities.
6161

6262

6363
 
64-
[![Next Page](assets/next-button.png)](..README.md)
64+
[![Next Page](../assets/next-button.png)](..README.md)
6565
 
6666

6767
###### tags: `programmig-hero` `python` `float` `int` `math`

0 commit comments

Comments
 (0)