Skip to content

Commit

Permalink
[FCE-980] Fix link to License file (#273)
Browse files Browse the repository at this point in the history
## Description

This PR change license file extension, as without it I can't generate
correct HTML output.

## Motivation and Context

When generating documentation, I get errors that links are broken and
HTML tag cannot be parsed


## How has this been tested?

No testing needed, as this is only README update

## Types of changes

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to
      not work as expected)

## Checklist:

- [ ] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.

## Screenshots (if appropriate)

Co-authored-by: Miłosz Filimowski <[email protected]>
  • Loading branch information
mironiasty and MiloszFilimowski authored Dec 11, 2024
1 parent d9f05d6 commit 9e9ee7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="./.github/images/fishjam-card.png" width="100%">
<img src="./.github/images/fishjam-card.png" width="100%" />

# Fishjam Mobile Client

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions packages/react-native-client/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img src="../../.github/images/fishjam-card.png" width="100%">
<img src="../../.github/images/fishjam-card.png" width="100%" />

# Fishjam React Native client

Expand All @@ -20,7 +20,7 @@ There is simple example app, that allows you to test our service. To run it loca

## License

Licensed under the [Apache License, Version 2.0](LICENSE)
Licensed under the [Apache License, Version 2.0](./LICENSE.txt)

## Fishjam is created by Software Mansion

Expand Down

0 comments on commit 9e9ee7a

Please sign in to comment.