Skip to content

Commit 1a0866c

Browse files
committed
Fix markdownlint issues
Markdownlint flags a number of issues, mostly around using bare urls. Fix all reported issues. Tested: Markdownlint builds now run without warnings. Change-Id: I11631c6e038dcbefc231fdbaa92431f0913a571e Signed-off-by: Ed Tanous <[email protected]>
1 parent 323af81 commit 1a0866c

File tree

5 files changed

+53
-52
lines changed

5 files changed

+53
-52
lines changed

CLIENTS.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ regardless of whether there is user impact.
1717

1818
Redfish-Service-Validator: A tool to verify through GET requests that bmcweb
1919
properly implements the Redfish schemas in the responded Resource.
20-
git@github.com:DMTF/Redfish-Service-Validator.git
20+
<https://github.com/DMTF/Redfish-Service-Validator.git>
2121

2222
Status: 100% passing. Integrated with CI to ensure no regressions.
2323

2424
Redfish-Protocol-Validator: A tool to verify the protocol-level interactions
2525
with the Redfish wire-protocol, and checks those against the Redfish
26-
specification. git@github.com:DMTF/Redfish-Protocol-Validator.git
26+
specification. <https://github.com/DMTF/Redfish-Protocol-Validator>
2727

2828
Status: 100% of assertions passing. No CI integration.
2929

@@ -47,12 +47,12 @@ Status: Unknown
4747

4848
fwupd: Is a client implementation that allows updating firmware components in a
4949
generic way, and includes redfish as one of its plugins.
50-
git@github.com:fwupd/fwupd.git
50+
<https://github.com/fwupd/fwupd>
5151

5252
Status: Unknown
5353

5454
python-redfish-library: A python library used by a number of tools.
55-
git@github.com:DMTF/python-redfish-library.git
55+
<https://github.com/DMTF/python-redfish-library>
5656

5757
Status: Compatible
5858

@@ -62,7 +62,7 @@ EventService handlers. <https://github.com/DMTF/Redfish-Event-Listener>
6262
Status: Compatible. No CI integration.
6363

6464
Redfish-Tacklebox: A collection of common utilities for managing redfish servers
65-
git@github.com:DMTF/Redfish-Tacklebox.git
65+
<https://github.com/DMTF/Redfish-Tacklebox>
6666

6767
Status: Unknown.
6868

OEM_SCHEMAS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ namespace should not be modified without appropriate versioning information.
9696
Given the nature of semantic versioning, Redfish does not directly have support
9797
for schema branching within a namespace, therefore, if a system intends to ship
9898
a version of the schemas that have been modified from the version available at
99-
https://github.com/openbmc/bmcweb/tree/master/static/redfish/v1/schema, the
99+
<https://github.com/openbmc/bmcweb/tree/master/static/redfish/v1/schema>, the
100100
Redfish specification _requires_ that the namespace be changed to avoid
101101
collisions.

REDFISH_CHECKLIST.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Redfish Checklist
2+
13
When making changes to the Redfish tree, please follow the checklist below.
24

35
If any of these are incomplete when pushing a patch to gerrit, either mark the

0 commit comments

Comments
 (0)