Skip to content

Commit ce6a9f9

Browse files
authored
Merge pull request kubernetes#87076 from hase1128/add-simple-explanation-to-verify-linkcheck-script
Add some comment to hack/verify-linkcheck.sh
2 parents ace98e1 + 8da4a1d commit ce6a9f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hack/verify-linkcheck.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17+
# This script extracts the links from types.go and .md files in pkg/api/,
18+
# pkg/apis/ and docs/ directories, checks the status code of the response, and
19+
# output the list of invalid links.
20+
# Usage: hack/verify-linkcheck.sh
21+
1722
set -o errexit
1823
set -o nounset
1924
set -o pipefail

0 commit comments

Comments
 (0)