Skip to content

Commit 91caa6f

Browse files
authored
Merge pull request #4105 from twz123/official-domain
Use the official musl domain for the git link
2 parents 9971b60 + 50038ed commit 91caa6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/component/worker/kubelet.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ func hasSystemdResolvedNameserver(resolvConfPath string) (bool, error) {
363363
// by whitespace, then try to parse the next bytes as IP address,
364364
// disregarding anything after any additional whitespace.
365365
// https://sourceware.org/git/?p=glibc.git;a=blob;f=resolv/res_init.c;h=cce842fa9311c5bdba629f5e78c19746f75ef18e;hb=refs/tags/glibc-2.37#l396
366-
// https://git.etalabs.net/cgit/musl/tree/src/network/resolvconf.c?h=v1.2.3#n62
366+
// https://git.musl-libc.org/cgit/musl/tree/src/network/resolvconf.c?h=v1.2.3#n62
367367

368368
nameserverLine := regexp.MustCompile(`^nameserver\s+(\S+)`)
369369

0 commit comments

Comments
 (0)