Skip to content

Commit

Permalink
remove index.html from more information links where posible
Browse files Browse the repository at this point in the history
  • Loading branch information
marchersimon authored and sbrl committed Apr 11, 2021
1 parent 5bbcb4b commit 1e2f4f2
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pages/common/aws-glue.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> CLI for AWS Glue.
> Defines the public endpoint for the AWS Glue service.
> More information: <https://docs.aws.amazon.com/cli/latest/reference/glue/index.html>.
> More information: <https://docs.aws.amazon.com/cli/latest/reference/glue/>.
- List jobs:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/aws-lambda.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# aws lambda

> CLI for AWS lambda.
> More information: <https://docs.aws.amazon.com/cli/latest/reference/lambda/index.html>.
> More information: <https://docs.aws.amazon.com/cli/latest/reference/lambda/>.
- Run a function:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/aws-quicksight.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> CLI for AWS QuickSight.
> Access QuickSight entities.
> More information: <https://docs.aws.amazon.com/cli/latest/reference/quicksight/index.html>.
> More information: <https://docs.aws.amazon.com/cli/latest/reference/quicksight/>.
- List datasets:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/consul.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# consul

> Distributed key-value store with health checking and service discovery.
> More information: <https://www.consul.io/docs/commands/index.html>.
> More information: <https://www.consul.io/commands>.
- Check the Consul version:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/lilypond.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# lilypond

> Typeset music and/or produce MIDI from file.
> More information: <https://lilypond.org/index.html>.
> More information: <https://lilypond.org>.
- Compile a lilypond file into a PDF:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/pio-account.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pio account

> Manage your PlatformIO account in the command line.
> More information: <https://docs.platformio.org/en/latest/core/userguide/account/index.html>.
> More information: <https://docs.platformio.org/en/latest/core/userguide/account/>.
- Register a new PlatformIO account:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/pio-project.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pio project

> Tool to manage PlatformIO projects.
> More information: <https://docs.platformio.org/en/latest/core/userguide/project/index.html>.
> More information: <https://docs.platformio.org/en/latest/core/userguide/project/>.
- Initialize a new PlatformIO project:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/pio-system.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pio system

> Miscellaneous system commands for PlatformIO.
> More information: <https://docs.platformio.org/en/latest/core/userguide/system/index.html>.
> More information: <https://docs.platformio.org/en/latest/core/userguide/system/>.
- Install shell completion for the current shell (supports bash, fish, zsh and powershell):

Expand Down
2 changes: 1 addition & 1 deletion pages/common/sbt.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# sbt

> Build tool for Scala and Java projects.
> More information: <https://www.scala-sbt.org/1.0/docs/index.html>.
> More information: <https://www.scala-sbt.org/1.0/docs/>.
- Start the SBT interactive shell (REPL):

Expand Down

0 comments on commit 1e2f4f2

Please sign in to comment.