Skip to content

Commit

Permalink
Update README so links work on package page
Browse files Browse the repository at this point in the history
  • Loading branch information
manifestinteractive committed Jul 9, 2022
1 parent afc18a4 commit 6e71d45
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ Developer Overview

#### Commands

* [`sfcc setup`](docs/cmd-setup.md) - Setup SFCC Development
* [`sfcc list`](docs/cmd-list.md) - List Configured SFCC Clients
* [`sfcc delete`](docs/cmd-delete.md) - Delete Config for Client
* [`sfcc watch`](docs/cmd-watch.md) - Watch for Changes and Push Updates
* [`sfcc log`](docs/cmd-log.md) - View Logs with Advanced Search & Filter Capabilities
* [`sfcc help`](docs/cmd-help.md) - Get Help when you need it
* [`sfcc setup`](https://github.com/sfccdevops/sfcc-cli/blob/master/docs/cmd-setup.md) - Setup SFCC Development
* [`sfcc list`](https://github.com/sfccdevops/sfcc-cli/blob/master/docs/cmd-list.md) - List Configured SFCC Clients
* [`sfcc delete`](https://github.com/sfccdevops/sfcc-cli/blob/master/docs/cmd-delete.md) - Delete Config for Client
* [`sfcc watch`](https://github.com/sfccdevops/sfcc-cli/blob/master/docs/cmd-watch.md) - Watch for Changes and Push Updates
* [`sfcc log`](https://github.com/sfccdevops/sfcc-cli/blob/master/docs/cmd-log.md) - View Logs with Advanced Search & Filter Capabilities
* [`sfcc help`](https://github.com/sfccdevops/sfcc-cli/blob/master/docs/cmd-help.md) - Get Help when you need it

#### Additional Information

* [Troubleshooting](docs/troubleshooting.md)
* [Troubleshooting](https://github.com/sfccdevops/sfcc-cli/blob/master/docs/troubleshooting.md)

Install
---
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sfccdevops/sfcc-cli",
"version": "1.3.0",
"version": "1.3.1",
"description": "Command Line Interface for Salesforce Commerce Cloud Sandbox Development",
"homepage": "https://github.com/sfccdevops/sfcc-cli#readme",
"license": "MIT",
Expand Down

0 comments on commit 6e71d45

Please sign in to comment.