Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Improve branching vernacular
Browse files Browse the repository at this point in the history
Fixes some remanents left over from renaming the default branch to "main".

Signed-off-by: Ryan Goulding <rgouldin@redhat.com>
  • Loading branch information
ryandgoulding committed Jan 12, 2021
1 parent f532bb1 commit a5d3c6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -156,7 +156,7 @@ A more extensive example is provided in [pkg/config/example.yaml](pkg/config/exa
The test suite generates a "claim" file, which describes the system(s) under test, the tests that were run, and the
outcome of all of the tests. This claim file is the proof of the test run that is evaluated by Red Hat when
"certified" status is being considered. For more information about the contents of the claim file please see the
[schema](https://github.com/redhat-nfvpe/test-network-function-claim/blob/master/schemas/claim.schema.json). You can
[schema](https://github.com/redhat-nfvpe/test-network-function-claim/blob/main/schemas/claim.schema.json). You can
read more about the purpose of the claim file and CNF Certification in the
[Guide](https://redhat-connect.gitbook.io/openshift-badges/badges/cloud-native-network-functions-cnf).

Expand Down
4 changes: 2 additions & 2 deletions schemas/generic-test.schema.json
Expand Up @@ -5,7 +5,7 @@
"definitions": {
"identifier": {
"$id": "#identifier",
"description": "identifier is a per tnf.Test unique identifier. For more information, consult https://github.com/redhat-nfvpe/test-network-function/blob/master/DEVELOPING.md#test-identifiers.",
"description": "identifier is a per tnf.Test unique identifier. For more information, consult https://github.com/redhat-nfvpe/test-network-function/blob/main/DEVELOPING.md#test-identifiers.",
"properties": {
"url": {
"type": "string",
Expand Down Expand Up @@ -244,7 +244,7 @@
"properties": {
"identifier": {
"$ref": "#identifier",
"description": "identifier is a per tnf.Test unique identifier. For more information, consult https://github.com/redhat-nfvpe/test-network-function/blob/master/DEVELOPING.md#test-identifiers."
"description": "identifier is a per tnf.Test unique identifier. For more information, consult https://github.com/redhat-nfvpe/test-network-function/blob/main/DEVELOPING.md#test-identifiers."
},
"arguments": {
"description": "arguments is the Unix command array.",
Expand Down

0 comments on commit a5d3c6e

Please sign in to comment.