Skip to content

Docs/fix broken urls #1427

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

Merged
merged 4 commits into from
Jul 26, 2021
Merged

Docs/fix broken urls #1427

merged 4 commits into from
Jul 26, 2021

Conversation

ethanshar
Copy link
Collaborator

Description

Fix broken link in our docs

Changelog

Fix broken link in our docs

@@ -24,7 +24,6 @@ const GUTTER_SPACING = 8;
* @gif: https://camo.githubusercontent.com/9c2671024f60566b980638ea01b517f6fb509d0b/68747470733a2f2f6d656469612e67697068792e636f6d2f6d656469612f336f45686e374a79685431566658746963452f67697068792e676966
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/ChipsInputScreen.js
* @extends: TextField
* @extendsLink: https://github.com/wix/react-native-ui-lib/blob/master/src/components/inputs/TextField.js
Copy link
Collaborator

Choose a reason for hiding this comment

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

I see you've removed some links instead of replacing them, why?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Cause our docs internally knows to refer to other components by their name.
In this case, TagsInput is based on our TextField component, so the name is enough.
The TextField component will have an external link (@extendsLink) that directs to RN's TextInput component

@M-i-k-e-l
Copy link
Collaborator

Approved, there's a conflict in SkeletonView

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