Skip to content

Commit

Permalink
Resolve documentation nits (#585)
Browse files Browse the repository at this point in the history
- Fix reference to dotnet.md (was pointing at missing nuget.md) in
  README.md
- Fix link back to NOTICE file in user-guide.md
  • Loading branch information
michaelcoyote committed Mar 26, 2020
1 parent 6dee5c6 commit 32b9351
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ If you are interested in learning more about FOSSA you can visit our homepage at
| Javascript | [nodejs & npm](docs/integrations/nodejs.md#nodejs) |
| Kotlin | [Gradle](docs/integrations/gradle.md#gradle) |
| Monorepo tooling | [okbuck](docs/integrations/okbuck.md#okbuck), [Buck](docs/integrations/buck.md#buck) |
| [.NET](docs/integrations/nuget.md#nuget-net) | NuGet, Paket |
| [.NET](docs/integrations/dotnet.md#net) | NuGet, Paket |
| Objective-C | [Cocoapods](docs/integrations/cocoapods.md#cocoapods), [Carthage](docs/integrations/carthage.md#carthage) |
| PHP | [Composer](docs/integrations/composer.md#composer) |
| [Python](docs/integrations/python.md#python) | Pip, Pipenv, requirements.txt |
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ Report accesses the scanned report on FOSSA.com using the existing configuration
Outputs an attribution report for the project that includes information about the dependencies used and their licenses.

#### `fossa report licenses`
Outputs detailed information about the licenses and corresponding dependencies used by the project. An example of this can be found in the [Notice file](./Notice) for the FOSSA CLI.
Outputs detailed information about the licenses and corresponding dependencies used by the project. An example of this can be found in the [Notice file](../NOTICE) for the FOSSA CLI.

#### `fossa report dependencies`
Outputs detailed information about the dependencies that are being used by the current project.
Expand Down

0 comments on commit 32b9351

Please sign in to comment.