Skip to content

Commit d9face0

Browse files
committed
Trivial - fix some case-sensitive file links
The warnings this creates are only visible on GNU/Linux with a case-sensitive file system.
1 parent a0f1512 commit d9face0

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
lines changed

ZptSharp.Documentation/articles/NuGetPackages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A working ZptSharp environment *must include at least one document provider* pac
2020

2121
[ZptSharp.Abstractions]: https://www.nuget.org/packages/ZptSharp.Abstractions
2222
[ZptSharp]: https://www.nuget.org/packages/ZptSharp
23-
[where it sets up dependency injection]: ../API/index.md#adding-zptsharp-to-di
23+
[where it sets up dependency injection]: ../api/index.md#adding-zptsharp-to-di
2424

2525
## Document providers
2626

ZptSharp.Documentation/articles/ZptReference/Tal/Repeat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Can you see the mistake?
4343
Even though the `tal:repeat` attribute is written before the `tal:define` attribute, _it will be processed afterwards_.
4444
This means that the `tal:define` attribute will attempt to evaluate the expression `item/name` before the `item` variable has been created, and will almost surely raise an error.
4545

46-
[As noted in the table listing all TAL attributes]: ../index.md#tal-binds-data-to-the-template
46+
[As noted in the table listing all TAL attributes]: ../Index.md#tal-binds-data-to-the-template
4747
[`tal:define` attributes]: Define.md
4848
[`tal:condition` attributes]: Condition.md
4949

ZptSharp.Documentation/articles/ZptReference/Tales/GlobalContexts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Please refer to [the individual TAL attributes] for their precise behaviour when
7676
The general rule-of-thumb for TAL attributes operating upon an abort-action token means that the attribute is processed with the same outcome as if it were not present.
7777

7878
[the abort-action token]: xref:ZptSharp.Expressions.AbortZptActionToken
79-
[the individual TAL attributes]: ../index.md#tal-binds-data-to-the-template
79+
[the individual TAL attributes]: ../Index.md#tal-binds-data-to-the-template
8080

8181
### `attrs`
8282

ZptSharp.Documentation/articles/ZptReference/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
- name: Documentation home
22
topicHref: ../index.md
33
- name: ZPT reference home
4-
href: index.md
4+
href: Index.md
55
- name: METAL attributes
66
items:
77
- name: define-macro

ZptSharp.Documentation/articles/ZptTutorial/Page6.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ Indeed, a slot-filler could even make use of a further `metal:use-macro` attribu
7878
## End of the ZPT tutorial: What's next?
7979

8080
You have reached the end of the ZPT syntax tutorial; all of the most important concepts have been covered.
81-
[The ZPT reference](../ZPTReference/index.md) has a lot more detail about many of the concepts you have learned during the tutorial.
81+
[The ZPT reference](../ZptReference/Index.md) has a lot more detail about many of the concepts you have learned during the tutorial.
8282

8383
There are also a few more advanced concepts not covered in this tutorial; amongst those are:
8484

85-
* [METAL macro extension](../ZPTReference/Metal/ExtendMacro.md) (similar to creating a subclass of a macro)
86-
* [TAL error handling](../ZPTReference/Tal/OnError.md) (gracefully dealing with errors)
87-
* [The TALES expression types](../ZPTReference/index.md#tales-is-how-expressions-are-written) (we have only touched upon path and string expressions in this tutorial, there are more!)
85+
* [METAL macro extension](../ZptReference/Metal/ExtendMacro.md) (similar to creating a subclass of a macro)
86+
* [TAL error handling](../ZptReference/Tal/OnError.md) (gracefully dealing with errors)
87+
* [The TALES expression types](../ZptReference/Index.md#tales-is-how-expressions-are-written) (we have only touched upon path and string expressions in this tutorial, there are more!)

ZptSharp.Documentation/articles/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ An ideal follow-up to using a quick start guide is to follow [the ZPT tutorial].
3333
[ZptSharp MVC view engines]: ViewEngines.md
3434
[The NuGet packages]: NuGetPackages.md
3535
[Consuming the API]: ../api/index.md
36-
[ZPT syntax]: ZPTReference/index.md
36+
[ZPT syntax]: ZptReference/Index.md
3737
[The command line renderer]: CliRenderer.md
3838
[Compatibility]: Compatibility.md
3939
[Logging]: Logging.md

ZptSharp.Documentation/articles/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
- name: Consuming the API
2525
topicHref: ../api/index.md
2626
- name: ZPT syntax
27-
topicHref: ZptReference/index.md
27+
topicHref: ZptReference/Index.md
2828
- name: The CLI app
2929
href: CliRenderer.md
3030
- name: Compatibility

ZptSharp.Documentation/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- name: Tutorial
44
topicHref: articles/ZptTutorial/index.md
55
- name: ZPT syntax
6-
topicHref: articles/ZptReference/index.md
6+
topicHref: articles/ZptReference/Index.md
77
- name: API docs
88
topicHref: api/index.md
99
- name: GitHub repo

0 commit comments

Comments
 (0)