mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Merge pull request #87076 from hase1128/add-simple-explanation-to-verify-linkcheck-script
Add some comment to hack/verify-linkcheck.sh
This commit is contained in:
commit
ce6a9f97e5
@ -14,6 +14,11 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# This script extracts the links from types.go and .md files in pkg/api/,
|
||||
# pkg/apis/ and docs/ directories, checks the status code of the response, and
|
||||
# output the list of invalid links.
|
||||
# Usage: hack/verify-linkcheck.sh
|
||||
|
||||
set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
|
Loading…
Reference in New Issue
Block a user