From 9e9ee7a51546c86c63aa14a58975eab396acd717 Mon Sep 17 00:00:00 2001 From: Miron Pawlik Date: Wed, 11 Dec 2024 17:25:15 +0100 Subject: [PATCH] [FCE-980] Fix link to License file (#273) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 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 --- README.md | 2 +- packages/react-native-client/{LICENSE => LICENSE.txt} | 0 packages/react-native-client/README.md | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename packages/react-native-client/{LICENSE => LICENSE.txt} (100%) diff --git a/README.md b/README.md index ef3cda33..0791451b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - + # Fishjam Mobile Client diff --git a/packages/react-native-client/LICENSE b/packages/react-native-client/LICENSE.txt similarity index 100% rename from packages/react-native-client/LICENSE rename to packages/react-native-client/LICENSE.txt diff --git a/packages/react-native-client/README.md b/packages/react-native-client/README.md index ad8893fd..f66a39dc 100644 --- a/packages/react-native-client/README.md +++ b/packages/react-native-client/README.md @@ -1,4 +1,4 @@ - + # Fishjam React Native client @@ -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