-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated link Validation section (#270)
* Updated link Validation section Signed-off-by: AbhishekReddy1127 <[email protected]> * Updated the incoorect text Signed-off-by: AbhishekReddy1127 <[email protected]> * Updated the links Signed-off-by: AbhishekReddy1127 <[email protected]> --------- Signed-off-by: AbhishekReddy1127 <[email protected]>
- Loading branch information
1 parent
710eb99
commit 773e661
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,8 @@ import React from 'react'; | |
import { OuiLink } from '../../../../src/components'; | ||
|
||
const urls = [ | ||
'https://elastic.co', | ||
'//elastic.co', | ||
'https://opensearch.org', | ||
'//opensearch.org', | ||
'relative/url/somewhere', | ||
'http://username:[email protected]/', | ||
// eslint-disable-next-line no-script-url | ||
|