Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/en/user-guide/aws/ec2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@

{{< command >}}
$ curl 172.17.0.4:8000
# Or, you can run:

Check failure on line 175 in content/en/user-guide/aws/ec2/index.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Trailing punctuation in heading

content/en/user-guide/aws/ec2/index.md:175:18 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':'] https://github.com/DavidAnson/markdownlint/blob/v0.35.0/doc/md026.md

Check failure on line 175 in content/en/user-guide/aws/ec2/index.md

View workflow job for this annotation

GitHub Actions / Markdown Lint

Trailing punctuation in heading

content/en/user-guide/aws/ec2/index.md:175:18 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':'] https://github.com/DavidAnson/markdownlint/blob/v0.37.4/doc/md026.md
$ curl 127.0.0.1:29043
{{< /command >}}

You should see the following output:
Expand Down
Loading