Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Broken Links on React and Flutter SDK Dev Guide Pages #457

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

berdimyradov
Copy link
Contributor

Pull Request: Fix Broken Links on React and Flutter SDK Dev Guide Pages

Description:

This PR addresses two broken links found on the following pages:

  1. React SDK Dev Guide
  2. Flutter SDK Dev Guide

Both pages were supposed to link to the jitsi-meet-sdk-samples repository. I've updated the invalid links to correctly point to the intended repository.

Please review and merge if all looks good. Thank you!

Copy link
Member

@mihhu mihhu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for noticing and fixing this! I added a small comment that applies for both urls.

@@ -9,7 +9,7 @@ in a customizable way which you can embed in your React Native apps.
## Sample application using the React Native SDK

If you want to see how easy integrating the Jitsi React Native SDK into a React Native application is, take a look at the<br/>
[sample applications repository](https://github.com/jitsi/jitsi-meet-sdk-samples/react-native).
[sample applications repository](https://github.com/jitsi/jitsi-meet-sdk-samples).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please link the sample directly like this? https://github.com/jitsi/jitsi-meet-sdk-samples/tree/master/react-native

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mihhu
Certainly, I can update the link directly to the corresponding folder: react-native.

However, I also recommend considering a consistent approach for the links on the ios-sdk and android-sdk pages. This will ensure a cohesive user experience while navigating through the various SDK samples.

Feel free to let me know your thoughts on this

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see what you mean! Since IOS has multiple entries and all, I think linking the id in the page would be the better solution (e.g.. https://github.com/jitsi/jitsi-meet-sdk-samples#react-native). Could you please apply the change for all of them?

Copy link
Contributor Author

@berdimyradov berdimyradov Aug 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See your point. Got you and fixed using your solution. Please review

Copy link
Member

@mihhu mihhu Aug 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, that's odd, I can't see the changes. Can you please check that you've pushed them?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mihhu You're right. I forgot to push - my bad.
Now its pushed and ready to be reviewed

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@mihhu mihhu merged commit 981428a into jitsi:master Aug 22, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants