Skip to content

Commit

Permalink
doc link fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
danuw committed Aug 22, 2023
1 parent 8166cf2 commit 48f117e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion casdk-docs/docs/architecture/c-sharp-client-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 4
---

# C\# Client Library
# C# Client Library

This document outlines the designs behind the GSF Carbon Aware C# Client
Library.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ No documentation shall live outside the `root` or `/docs` directories. All other
> ```markdown
> # CarbonAware.WebApi
>
> - [Getting started](/docs/carbon-aware-webapi.md)
> - [Getting started](../../tutorial-basics/carbon-aware-webapi.md)
> - [Architecture](/docs/architecture/overview.md)
> ```
Expand Down
5 changes: 5 additions & 0 deletions casdk-docs/docs/architecture/overview.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
sidebar_position: 1
---


# Architecture Overview

The Carbon Aware SDK is built with three tiers where each tier has its own set
Expand Down
2 changes: 1 addition & 1 deletion casdk-docs/docs/tutorial-extras/linting.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Markdown Linting

Per [ADR 0004](./architecture/decisions/0004-documentation.md), documentation
Per [ADR 0004](../architecture/decisions/0004-documentation.md), documentation
will be linted using
[markdownlint](/~https://github.com/DavidAnson/markdownlint/tree/main) to enforce
file consistency for readers and authors.
Expand Down
2 changes: 1 addition & 1 deletion casdk-docs/docs/tutorial-extras/selecting-a-data-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ location config.
ElectricityMaps allows new users to create a free trial for 1 month access to
the API. Free trial users have restricted access to the API and a slightly
different configuration for the SDK (see
[configuration.md](../configuration.md#electricitymaps-configuration). You can
[configuration.md](../tutorial-extras/configuration.md#electricitymaps-configuration). You can
request a free trial on the
[ElectricityMaps API Portal](https://api-portal.electricitymaps.com/).

Expand Down

0 comments on commit 48f117e

Please sign in to comment.