Footer links -> absolute, catching https links to github

This commit is contained in:
John Mulhausen
2016-02-22 20:53:29 -08:00
parent 0793b7ecb0
commit d44b497a35
17 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -322,7 +322,7 @@ have to do more later. The files you want are
Note that the conversion machinery doesn't generically handle conversion of values,
such as various kinds of field references and API constants. [The client
library](https://releases.k8s.io/release-1.1/pkg/client/unversioned/request.go) has custom conversion code for
library](https://releases.k8s.io/{{page.githubbranch}}/pkg/client/unversioned/request.go) has custom conversion code for
field references. You also need to add a call to api.Scheme.AddFieldLabelConversionFunc
with a mapping function that understands supported translations.