Skip to content

Commit a45a0fb

Browse files
committed
Fix broken screen links (and remove guidelines references)
1 parent 31a8097 commit a45a0fb

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

lib/components/Keyboard/KeyboardTracking/KeyboardTrackingView.ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const KeyboardTrackingViewManager = NativeModules.KeyboardTrackingViewManager;
1313
* @description: A UI component that enables “keyboard tracking" for this view and it's sub-views.
1414
* Would typically be used when you have a TextField or TextInput inside this view.
1515
*
16-
* @example: https://github.com/wix-private/wix-react-native-ui-lib/blob/master/example/screens/nativeComponentScreens/KeyboardTrackingViewScreen.js
16+
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/nativeComponentScreens/KeyboardTrackingViewScreen.js
1717
* @notes: This view is useful only for iOS.
1818
*/
1919
class KeyboardTrackingView extends PureComponent {

src/components/wizard/WizardStep.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ import {States, StatesConfig} from './WizardStates';
1616
* @description: WizardStep Component: a wizard presents a series of steps in prescribed order
1717
* that the user needs to complete in order to accomplish a goal (e.g. purchase a product).
1818
*
19-
* @example: https://github.com/wix-private/wix-react-native-ui-lib/blob/master/example/screens/components/WizardScreen.js
20-
* @guidelines: https://zpl.io/aXmAkdg
19+
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/WizardScreen.js
2120
* @notes: Use Wizard with nested Wizard.Step(s) to achieve the desired result.
2221
*/
2322
export default class WizardStep extends PureBaseComponent {

src/components/wizard/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ import {States, StatesConfig} from './WizardStates';
1414
* @description: Wizard Component: a wizard presents a series of steps in prescribed order
1515
* that the user needs to complete in order to accomplish a goal (e.g. purchase a product).
1616
*
17-
* @example: https://github.com/wix-private/wix-react-native-ui-lib/blob/master/example/screens/components/WizardScreen.js
18-
* @guidelines: https://zpl.io/aXmAkdg
17+
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/WizardScreen.js
1918
* @notes: Use Wizard with nested Wizard.Step(s) to achieve the desired result.
2019
*/
2120
export default class Wizard extends BaseComponent {

0 commit comments

Comments
 (0)