We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ace98e1 + 8da4a1d commit ce6a9f9Copy full SHA for ce6a9f9
hack/verify-linkcheck.sh
@@ -14,6 +14,11 @@
14
# See the License for the specific language governing permissions and
15
# limitations under the License.
16
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
+
22
set -o errexit
23
set -o nounset
24
set -o pipefail
0 commit comments