Merge pull request #1672 from y-yagi/refer_to_new_docs

Refer to new docs instead of GitHub in `Gopkg.toml` example
This commit is contained in:
Jordan Krage 2018-02-11 08:05:14 -06:00 коммит произвёл GitHub
Родитель a891ec1a09 594555a198
Коммит c09bba70dc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

2
testdata/txn_writer/expected_manifest.toml поставляемый
Просмотреть файл

@ -1,6 +1,6 @@
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]

Просмотреть файл

@ -23,7 +23,7 @@ import (
// during `dep init`
var exampleTOML = []byte(`# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]