From ddbb6bd5916f04f7cae32278a201df9033b2ea77 Mon Sep 17 00:00:00 2001 From: docktermj Date: Thu, 11 Jul 2024 18:10:56 -0400 Subject: [PATCH] #71 Update documentations --- docs/development.md | 8 ++++---- docs/examples.md | 10 ---------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/docs/development.md b/docs/development.md index b10e8cb..8d4b9d7 100644 --- a/docs/development.md +++ b/docs/development.md @@ -77,21 +77,21 @@ Since the Senzing library is a prerequisite, it must be installed first. 1. linux ```console - ${GIT_REPOSITORY_DIR}/target/linux-amd64/template-go + ${GIT_REPOSITORY_DIR}/target/linux-amd64/go-cmdhelping ``` 1. macOS ```console - ${GIT_REPOSITORY_DIR}/target/darwin-amd64/template-go + ${GIT_REPOSITORY_DIR}/target/darwin-amd64/go-cmdhelping ``` 1. windows ```console - ${GIT_REPOSITORY_DIR}/target/windows-amd64/template-go + ${GIT_REPOSITORY_DIR}/target/windows-amd64/go-cmdhelping ``` @@ -177,5 +177,5 @@ Example: [Go]: https://go.dev/ [godoc]: https://pkg.go.dev/golang.org/x/tools/cmd/godoc [How to Install Senzing for Go Development]: https://github.com/senzing-garage/knowledge-base/blob/main/HOWTO/install-senzing-for-go-development.md -[localhost:6060]: http://localhost:6060/pkg/github.com/senzing-garage/template-go/ +[localhost:6060]: http://localhost:6060/pkg/github.com/senzing-garage/go-cmdhelping/ [testcoverage.yaml]: ../.github/coverage/testcoverage.yaml diff --git a/docs/examples.md b/docs/examples.md index aeb1c75..438ce74 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -1,11 +1 @@ # go-cmdhelping examples - -## Examples of CLI - -The following examples require initialization described in -[Demonstrate using Command Line Interface](../README.md#demonstrate-using-command-line-interface). - -## Examples of Docker - -The following examples require initialization described in -[Demonstrate using Docker](../README.md#demonstrate-using-docker).