Skip to content

Conversation

harshitsahush
Copy link
Contributor

We want to add 'https' in the case that the link does not have 'http' ot 'https' already. i.e if( ! (value.startsWith('http://') || (value.startsWith('https://') )
which on simplification with De Morgans's laws wpuld lead to : if (!value.startsWith('http://') && !value.startsWith('https://'))

We want to add 'https' in the case that the link does not have 'http' ot 'https' already.
i.e if( ! (value.startsWith('http://') || (value.startsWith('https://') )
which on simplification with De Morgans's laws wpuld lead to :  if (!value.startsWith('http://') && !value.startsWith('https://'))
@harshitsahush harshitsahush closed this by deleting the head repository Jan 13, 2023
@harshitsahush harshitsahush reopened this Jan 13, 2023
Copy link
Member

@yaph yaph left a comment

Choose a reason for hiding this comment

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

Looks good to me, thank you Harshit!

@yaph yaph merged commit 96a17b4 into coderstats:master Jan 14, 2023
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