Skip to content

Commit 5558ba4

Browse files
committed
fix typo in index to global_radiation help pages
1 parent 9ad414e commit 5558ba4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/src/global_radiation.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
## Global radiation
2-
32
```@index
4-
Pages = ["global_radiation",]
3+
Pages = ["global_radiation.md",]
54
```
65

76
```@docs

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pages = ["metorological_variables.md",]
1515

1616
## Global radiation
1717
```@index
18-
Pages = ["global_radiation",]
18+
Pages = ["global_radiation.md",]
1919
```
2020

2121
## Unit conversions

0 commit comments

Comments
 (0)