From 7d0592539ed6e1f8db94c49cced40a831047650d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20Soul=C3=A9?= Date: Thu, 13 Feb 2020 21:59:37 +0100 Subject: [PATCH] Fix links, pass II MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime Soulé --- README.md | 112 +++++++++--------- docs/404.html | 16 +-- docs/categories/index.html | 50 ++++---- docs/example/advanced-testdeep/index.html | 50 ++++---- docs/example/basic-testdeep/index.html | 50 ++++---- docs/example/index.html | 50 ++++---- .../example/testdeep-cmp-shortcuts/index.html | 50 ++++---- docs/example/testdeep-t/index.html | 50 ++++---- docs/example/using-testing/index.html | 50 ++++---- docs/faq/index.html | 50 ++++---- docs/functions/index.html | 50 ++++---- docs/functions/testdeep-t/index.html | 50 ++++---- docs/helpers/index.html | 50 ++++---- docs/index.html | 50 ++++---- docs/introduction/index.html | 50 ++++---- docs/operators/all/index.html | 50 ++++---- docs/operators/any/index.html | 50 ++++---- docs/operators/array/index.html | 50 ++++---- docs/operators/arrayeach/index.html | 50 ++++---- docs/operators/bag/index.html | 50 ++++---- docs/operators/between/index.html | 50 ++++---- docs/operators/cap/index.html | 50 ++++---- docs/operators/catch/index.html | 50 ++++---- docs/operators/code/index.html | 50 ++++---- docs/operators/contains/index.html | 50 ++++---- docs/operators/containskey/index.html | 50 ++++---- docs/operators/empty/index.html | 50 ++++---- docs/operators/gt/index.html | 50 ++++---- docs/operators/gte/index.html | 50 ++++---- docs/operators/hasprefix/index.html | 50 ++++---- docs/operators/hassuffix/index.html | 50 ++++---- docs/operators/ignore/index.html | 50 ++++---- docs/operators/index.html | 50 ++++---- docs/operators/isa/index.html | 50 ++++---- docs/operators/json/index.html | 50 ++++---- docs/operators/keys/index.html | 50 ++++---- docs/operators/lax/index.html | 50 ++++---- docs/operators/len/index.html | 50 ++++---- docs/operators/lt/index.html | 50 ++++---- docs/operators/lte/index.html | 50 ++++---- docs/operators/map/index.html | 50 ++++---- docs/operators/mapeach/index.html | 50 ++++---- docs/operators/matrix/index.html | 50 ++++---- docs/operators/n/index.html | 50 ++++---- docs/operators/nan/index.html | 50 ++++---- docs/operators/nil/index.html | 50 ++++---- docs/operators/none/index.html | 50 ++++---- docs/operators/not/index.html | 50 ++++---- docs/operators/notany/index.html | 50 ++++---- docs/operators/notempty/index.html | 50 ++++---- docs/operators/notnan/index.html | 50 ++++---- docs/operators/notnil/index.html | 50 ++++---- docs/operators/notzero/index.html | 50 ++++---- docs/operators/pptr/index.html | 50 ++++---- docs/operators/ptr/index.html | 50 ++++---- docs/operators/re/index.html | 50 ++++---- docs/operators/reall/index.html | 50 ++++---- docs/operators/set/index.html | 50 ++++---- docs/operators/shallow/index.html | 50 ++++---- docs/operators/slice/index.html | 50 ++++---- docs/operators/smuggle/index.html | 50 ++++---- docs/operators/sstruct/index.html | 50 ++++---- docs/operators/string/index.html | 50 ++++---- docs/operators/struct/index.html | 50 ++++---- docs/operators/subbagof/index.html | 50 ++++---- docs/operators/subjsonof/index.html | 50 ++++---- docs/operators/submapof/index.html | 50 ++++---- docs/operators/subsetof/index.html | 50 ++++---- docs/operators/superbagof/index.html | 50 ++++---- docs/operators/superjsonof/index.html | 50 ++++---- docs/operators/supermapof/index.html | 50 ++++---- docs/operators/supersetof/index.html | 50 ++++---- docs/operators/tag/index.html | 50 ++++---- docs/operators/trunctime/index.html | 50 ++++---- docs/operators/values/index.html | 50 ++++---- docs/operators/zero/index.html | 50 ++++---- docs/tags/index.html | 50 ++++---- tools/gen_funcs.pl | 2 +- 78 files changed, 1940 insertions(+), 1940 deletions(-) diff --git a/README.md b/README.md index eaaafdfd..74a6b0a8 100644 --- a/README.md +++ b/README.md @@ -328,60 +328,60 @@ See [FAQ](https://go-testdeep.zetta.rocks/faq/). [`CmpValues`]: https://go-testdeep.zetta.rocks/operators/values/#cmpvalues-shortcut [`CmpZero`]: https://go-testdeep.zetta.rocks/operators/zero/#cmpzero-shortcut -[`T.All`]: https://go-testdeep.zetta.rocks/operators/all/#t-all-shortcut -[`T.Any`]: https://go-testdeep.zetta.rocks/operators/any/#t-any-shortcut -[`T.Array`]: https://go-testdeep.zetta.rocks/operators/array/#t-array-shortcut -[`T.ArrayEach`]: https://go-testdeep.zetta.rocks/operators/arrayeach/#t-arrayeach-shortcut -[`T.Bag`]: https://go-testdeep.zetta.rocks/operators/bag/#t-bag-shortcut -[`T.Between`]: https://go-testdeep.zetta.rocks/operators/between/#t-between-shortcut -[`T.Cap`]: https://go-testdeep.zetta.rocks/operators/cap/#t-cap-shortcut -[`T.Code`]: https://go-testdeep.zetta.rocks/operators/code/#t-code-shortcut -[`T.Contains`]: https://go-testdeep.zetta.rocks/operators/contains/#t-contains-shortcut -[`T.ContainsKey`]: https://go-testdeep.zetta.rocks/operators/containskey/#t-containskey-shortcut -[`T.Empty`]: https://go-testdeep.zetta.rocks/operators/empty/#t-empty-shortcut -[`T.Gt`]: https://go-testdeep.zetta.rocks/operators/gt/#t-gt-shortcut -[`T.Gte`]: https://go-testdeep.zetta.rocks/operators/gte/#t-gte-shortcut -[`T.HasPrefix`]: https://go-testdeep.zetta.rocks/operators/hasprefix/#t-hasprefix-shortcut -[`T.HasSuffix`]: https://go-testdeep.zetta.rocks/operators/hassuffix/#t-hassuffix-shortcut -[`T.Isa`]: https://go-testdeep.zetta.rocks/operators/isa/#t-isa-shortcut -[`T.JSON`]: https://go-testdeep.zetta.rocks/operators/json/#t-json-shortcut -[`T.Keys`]: https://go-testdeep.zetta.rocks/operators/keys/#t-keys-shortcut -[`T.CmpLax`]: https://go-testdeep.zetta.rocks/operators/lax/#t-cmplax-shortcut -[`T.Len`]: https://go-testdeep.zetta.rocks/operators/len/#t-len-shortcut -[`T.Lt`]: https://go-testdeep.zetta.rocks/operators/lt/#t-lt-shortcut -[`T.Lte`]: https://go-testdeep.zetta.rocks/operators/lte/#t-lte-shortcut -[`T.Map`]: https://go-testdeep.zetta.rocks/operators/map/#t-map-shortcut -[`T.MapEach`]: https://go-testdeep.zetta.rocks/operators/mapeach/#t-mapeach-shortcut -[`T.N`]: https://go-testdeep.zetta.rocks/operators/n/#t-n-shortcut -[`T.NaN`]: https://go-testdeep.zetta.rocks/operators/nan/#t-nan-shortcut -[`T.Nil`]: https://go-testdeep.zetta.rocks/operators/nil/#t-nil-shortcut -[`T.None`]: https://go-testdeep.zetta.rocks/operators/none/#t-none-shortcut -[`T.Not`]: https://go-testdeep.zetta.rocks/operators/not/#t-not-shortcut -[`T.NotAny`]: https://go-testdeep.zetta.rocks/operators/notany/#t-notany-shortcut -[`T.NotEmpty`]: https://go-testdeep.zetta.rocks/operators/notempty/#t-notempty-shortcut -[`T.NotNaN`]: https://go-testdeep.zetta.rocks/operators/notnan/#t-notnan-shortcut -[`T.NotNil`]: https://go-testdeep.zetta.rocks/operators/notnil/#t-notnil-shortcut -[`T.NotZero`]: https://go-testdeep.zetta.rocks/operators/notzero/#t-notzero-shortcut -[`T.PPtr`]: https://go-testdeep.zetta.rocks/operators/pptr/#t-pptr-shortcut -[`T.Ptr`]: https://go-testdeep.zetta.rocks/operators/ptr/#t-ptr-shortcut -[`T.Re`]: https://go-testdeep.zetta.rocks/operators/re/#t-re-shortcut -[`T.ReAll`]: https://go-testdeep.zetta.rocks/operators/reall/#t-reall-shortcut -[`T.Set`]: https://go-testdeep.zetta.rocks/operators/set/#t-set-shortcut -[`T.Shallow`]: https://go-testdeep.zetta.rocks/operators/shallow/#t-shallow-shortcut -[`T.Slice`]: https://go-testdeep.zetta.rocks/operators/slice/#t-slice-shortcut -[`T.Smuggle`]: https://go-testdeep.zetta.rocks/operators/smuggle/#t-smuggle-shortcut -[`T.SStruct`]: https://go-testdeep.zetta.rocks/operators/sstruct/#t-sstruct-shortcut -[`T.String`]: https://go-testdeep.zetta.rocks/operators/string/#t-string-shortcut -[`T.Struct`]: https://go-testdeep.zetta.rocks/operators/struct/#t-struct-shortcut -[`T.SubBagOf`]: https://go-testdeep.zetta.rocks/operators/subbagof/#t-subbagof-shortcut -[`T.SubJSONOf`]: https://go-testdeep.zetta.rocks/operators/subjsonof/#t-subjsonof-shortcut -[`T.SubMapOf`]: https://go-testdeep.zetta.rocks/operators/submapof/#t-submapof-shortcut -[`T.SubSetOf`]: https://go-testdeep.zetta.rocks/operators/subsetof/#t-subsetof-shortcut -[`T.SuperBagOf`]: https://go-testdeep.zetta.rocks/operators/superbagof/#t-superbagof-shortcut -[`T.SuperJSONOf`]: https://go-testdeep.zetta.rocks/operators/superjsonof/#t-superjsonof-shortcut -[`T.SuperMapOf`]: https://go-testdeep.zetta.rocks/operators/supermapof/#t-supermapof-shortcut -[`T.SuperSetOf`]: https://go-testdeep.zetta.rocks/operators/supersetof/#t-supersetof-shortcut -[`T.TruncTime`]: https://go-testdeep.zetta.rocks/operators/trunctime/#t-trunctime-shortcut -[`T.Values`]: https://go-testdeep.zetta.rocks/operators/values/#t-values-shortcut -[`T.Zero`]: https://go-testdeep.zetta.rocks/operators/zero/#t-zero-shortcut +[`T.All`]: https://go-testdeep.zetta.rocks/operators/all/#tall-shortcut +[`T.Any`]: https://go-testdeep.zetta.rocks/operators/any/#tany-shortcut +[`T.Array`]: https://go-testdeep.zetta.rocks/operators/array/#tarray-shortcut +[`T.ArrayEach`]: https://go-testdeep.zetta.rocks/operators/arrayeach/#tarrayeach-shortcut +[`T.Bag`]: https://go-testdeep.zetta.rocks/operators/bag/#tbag-shortcut +[`T.Between`]: https://go-testdeep.zetta.rocks/operators/between/#tbetween-shortcut +[`T.Cap`]: https://go-testdeep.zetta.rocks/operators/cap/#tcap-shortcut +[`T.Code`]: https://go-testdeep.zetta.rocks/operators/code/#tcode-shortcut +[`T.Contains`]: https://go-testdeep.zetta.rocks/operators/contains/#tcontains-shortcut +[`T.ContainsKey`]: https://go-testdeep.zetta.rocks/operators/containskey/#tcontainskey-shortcut +[`T.Empty`]: https://go-testdeep.zetta.rocks/operators/empty/#tempty-shortcut +[`T.Gt`]: https://go-testdeep.zetta.rocks/operators/gt/#tgt-shortcut +[`T.Gte`]: https://go-testdeep.zetta.rocks/operators/gte/#tgte-shortcut +[`T.HasPrefix`]: https://go-testdeep.zetta.rocks/operators/hasprefix/#thasprefix-shortcut +[`T.HasSuffix`]: https://go-testdeep.zetta.rocks/operators/hassuffix/#thassuffix-shortcut +[`T.Isa`]: https://go-testdeep.zetta.rocks/operators/isa/#tisa-shortcut +[`T.JSON`]: https://go-testdeep.zetta.rocks/operators/json/#tjson-shortcut +[`T.Keys`]: https://go-testdeep.zetta.rocks/operators/keys/#tkeys-shortcut +[`T.CmpLax`]: https://go-testdeep.zetta.rocks/operators/lax/#tcmplax-shortcut +[`T.Len`]: https://go-testdeep.zetta.rocks/operators/len/#tlen-shortcut +[`T.Lt`]: https://go-testdeep.zetta.rocks/operators/lt/#tlt-shortcut +[`T.Lte`]: https://go-testdeep.zetta.rocks/operators/lte/#tlte-shortcut +[`T.Map`]: https://go-testdeep.zetta.rocks/operators/map/#tmap-shortcut +[`T.MapEach`]: https://go-testdeep.zetta.rocks/operators/mapeach/#tmapeach-shortcut +[`T.N`]: https://go-testdeep.zetta.rocks/operators/n/#tn-shortcut +[`T.NaN`]: https://go-testdeep.zetta.rocks/operators/nan/#tnan-shortcut +[`T.Nil`]: https://go-testdeep.zetta.rocks/operators/nil/#tnil-shortcut +[`T.None`]: https://go-testdeep.zetta.rocks/operators/none/#tnone-shortcut +[`T.Not`]: https://go-testdeep.zetta.rocks/operators/not/#tnot-shortcut +[`T.NotAny`]: https://go-testdeep.zetta.rocks/operators/notany/#tnotany-shortcut +[`T.NotEmpty`]: https://go-testdeep.zetta.rocks/operators/notempty/#tnotempty-shortcut +[`T.NotNaN`]: https://go-testdeep.zetta.rocks/operators/notnan/#tnotnan-shortcut +[`T.NotNil`]: https://go-testdeep.zetta.rocks/operators/notnil/#tnotnil-shortcut +[`T.NotZero`]: https://go-testdeep.zetta.rocks/operators/notzero/#tnotzero-shortcut +[`T.PPtr`]: https://go-testdeep.zetta.rocks/operators/pptr/#tpptr-shortcut +[`T.Ptr`]: https://go-testdeep.zetta.rocks/operators/ptr/#tptr-shortcut +[`T.Re`]: https://go-testdeep.zetta.rocks/operators/re/#tre-shortcut +[`T.ReAll`]: https://go-testdeep.zetta.rocks/operators/reall/#treall-shortcut +[`T.Set`]: https://go-testdeep.zetta.rocks/operators/set/#tset-shortcut +[`T.Shallow`]: https://go-testdeep.zetta.rocks/operators/shallow/#tshallow-shortcut +[`T.Slice`]: https://go-testdeep.zetta.rocks/operators/slice/#tslice-shortcut +[`T.Smuggle`]: https://go-testdeep.zetta.rocks/operators/smuggle/#tsmuggle-shortcut +[`T.SStruct`]: https://go-testdeep.zetta.rocks/operators/sstruct/#tsstruct-shortcut +[`T.String`]: https://go-testdeep.zetta.rocks/operators/string/#tstring-shortcut +[`T.Struct`]: https://go-testdeep.zetta.rocks/operators/struct/#tstruct-shortcut +[`T.SubBagOf`]: https://go-testdeep.zetta.rocks/operators/subbagof/#tsubbagof-shortcut +[`T.SubJSONOf`]: https://go-testdeep.zetta.rocks/operators/subjsonof/#tsubjsonof-shortcut +[`T.SubMapOf`]: https://go-testdeep.zetta.rocks/operators/submapof/#tsubmapof-shortcut +[`T.SubSetOf`]: https://go-testdeep.zetta.rocks/operators/subsetof/#tsubsetof-shortcut +[`T.SuperBagOf`]: https://go-testdeep.zetta.rocks/operators/superbagof/#tsuperbagof-shortcut +[`T.SuperJSONOf`]: https://go-testdeep.zetta.rocks/operators/superjsonof/#tsuperjsonof-shortcut +[`T.SuperMapOf`]: https://go-testdeep.zetta.rocks/operators/supermapof/#tsupermapof-shortcut +[`T.SuperSetOf`]: https://go-testdeep.zetta.rocks/operators/supersetof/#tsupersetof-shortcut +[`T.TruncTime`]: https://go-testdeep.zetta.rocks/operators/trunctime/#ttrunctime-shortcut +[`T.Values`]: https://go-testdeep.zetta.rocks/operators/values/#tvalues-shortcut +[`T.Zero`]: https://go-testdeep.zetta.rocks/operators/zero/#tzero-shortcut diff --git a/docs/404.html b/docs/404.html index bbfce411..baf2deb9 100644 --- a/docs/404.html +++ b/docs/404.html @@ -9,15 +9,15 @@ 404 Page not found - - - - - - - + + + + + + + - +