diff options
author | pat-nel87 <71235856+pat-nel87@users.noreply.github.com> | 2023-02-27 19:18:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-27 19:18:12 -0500 |
commit | 1162350e2dea30b4a60958ab27eb50f749451834 (patch) | |
tree | 3fa1dde30066beed7b886743af196e3984a0fad9 /_examples | |
parent | 7ab4957732a817bada223e5c361f0c9753d9e40c (diff) | |
download | go-git-1162350e2dea30b4a60958ab27eb50f749451834.tar.gz |
_examples: README.md , Remove broken Config link.
This link is broken and doesn't appear to map to anything current.
I propose We remove this link.
Diffstat (limited to '_examples')
-rw-r--r-- | _examples/README.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/_examples/README.md b/_examples/README.md index 3a4c539..1f150f9 100644 --- a/_examples/README.md +++ b/_examples/README.md @@ -23,7 +23,6 @@ Here you can find a list of annotated _go-git_ examples: - [remotes](remotes/main.go) - Working with remotes: adding, removing, etc. - [progress](progress/main.go) - Printing the progress information from the sideband. - [revision](revision/main.go) - Solve a revision into a commit. -- [config](config/main.go) - Explains how to work with config files. - [submodule](submodule/main.go) - Submodule update remote. ### Advanced |