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

docs: change the new url as per vercel deployment #281

Merged
merged 2 commits into from
Mar 21, 2024
Merged

docs: change the new url as per vercel deployment #281

merged 2 commits into from
Mar 21, 2024

Conversation

shravan20
Copy link
Owner

@shravan20 shravan20 commented Mar 21, 2024

Summary by CodeRabbit

  • Documentation
    • Updated the User Interface section link.
    • Corrected URLs for quotes with themes, layouts, fonts, and animations.
    • Added instructions for custom and category-based quotes.
    • Removed outdated references to articles and shoutouts.
    • Enhanced Swagger Docs section with viewing instructions.

Copy link

vercel bot commented Mar 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
github-readme-quotes ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 21, 2024 3:37am

Copy link

coderabbitai bot commented Mar 21, 2024

Walkthrough

The recent modifications focus on enhancing user interaction and customization in the project's documentation. These updates refine guidance on displaying quotes with various aesthetics, introduce options for custom and category-specific quotes, and streamline content by removing outdated references. Additionally, the changes enrich the developer experience with updated Swagger documentation instructions.

Changes

File(s) Change Summary
README.md - Updated link in User Interface section
- Corrected URLs for quotes
- Added instructions for custom and category-based quotes
- Removed references to articles and shoutouts
- Updated Swagger Docs instructions
CONTRIBUTING.md - Updated URLs in image links to fetch quotes
- Changed base URL to github-readme-quotes-bay.vercel.app
src/animations/README.md, src/fonts/README.md, src/layouts/README.md, src/themes/README.md - Corrected URLs by replacing base URL to github-readme-quotes-bay.vercel.app

🐰✨
In the realm of docs and code,
A rabbit hopped, updating the abode.
Links and guides, now finely tuned,
With every change, the project bloomed.
Swagger docs in their new parade,
A celebration of the progress made.
🎉📖

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share

Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit-tests for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit tests for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit tests.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json

CodeRabbit Discord Community

Join our Discord Community to get help, request features, and share feedback.

@shravan20 shravan20 merged commit 40516ce into main Mar 21, 2024
2 checks passed
@shravan20 shravan20 deleted the docs-url branch March 21, 2024 03:38
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Review Status

Actionable comments generated: 8

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between a504229 and 3007e25.
Files selected for processing (1)
  • README.md (7 hunks)
Additional comments: 4
README.md (4)
  • 191-205: The instructions for providing custom quotes are clear but ensure the URL provided in the example is accessible and correct after fixing the https:// issue.

Please verify that the custom quotes JSON file is accessible at the provided URL and that the URL is corrected as per the previous comment.

  • 210-228: The instructions for category-based quotes are clear. However, ensure the categories listed are fully supported by the application and that the URL in the example is corrected.

Please verify that all listed categories are supported and that the URL in the example is corrected as per the previous comment.

  • 246-259: References to articles and shoutouts have been removed. Ensure this aligns with the project's current direction and that no valuable information is lost for the users.

Please confirm that the removal of these sections does not omit any critical information that could benefit users or contributors.

  • 241-241: The instructions for viewing Swagger docs are clear. However, ensure the URL provided is accessible and correct.

Please verify that the Swagger documentation is accessible at the provided URL when the application is running.

@@ -45,13 +45,13 @@ Your contributions and involvement in the project are welcome.

<br>

### Use [User Interface](https://github-readme-quotes.herokuapp.com/), to view designed quotes and copy link and paste it directly
### Use [User Interface](https://https://github-readme-quotes-bay.vercel.app/), to view designed quotes and copy link and paste it directly
Copy link

Choose a reason for hiding this comment

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

The URL provided in the User Interface section is incorrect due to repeated https:// protocol specification.

- https://https://github-readme-quotes-bay.vercel.app/
+ https://github-readme-quotes-bay.vercel.app/

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
### Use [User Interface](https://https://github-readme-quotes-bay.vercel.app/), to view designed quotes and copy link and paste it directly
### Use [User Interface](https://github-readme-quotes-bay.vercel.app/), to view designed quotes and copy link and paste it directly

Copy and paste the following markdown content to display the quote.

```md
![Quote](https://github-readme-quotes.herokuapp.com/quote)
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote)
Copy link

Choose a reason for hiding this comment

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

The URL in the markdown content for displaying the quote contains a similar issue with the repeated https:// protocol.

- https://https://github-readme-quotes-bay.vercel.app/quote
+ https://github-readme-quotes-bay.vercel.app/quote

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote)
![Quote](https://github-readme-quotes-bay.vercel.app/quote)

```md
![Quote](https://github-readme-quotes.herokuapp.com/quote?theme=dark)
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote?theme=dark)
Copy link

Choose a reason for hiding this comment

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

The URL for displaying quotes in different themes also has the repeated https:// protocol issue.

- https://https://github-readme-quotes-bay.vercel.app/quote?theme=dark
+ https://github-readme-quotes-bay.vercel.app/quote?theme=dark

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote?theme=dark)
![Quote](https://github-readme-quotes-bay.vercel.app/quote?theme=dark)

```md
![Quote](https://github-readme-quotes.herokuapp.com/quote?theme=dark&layout=socrates)
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote?theme=dark&layout=socrates)
Copy link

Choose a reason for hiding this comment

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

The URL for displaying quotes with different layouts suffers from the same issue.

- https://https://github-readme-quotes-bay.vercel.app/quote?theme=dark&layout=socrates
+ https://github-readme-quotes-bay.vercel.app/quote?theme=dark&layout=socrates

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote?theme=dark&layout=socrates)
![Quote](https://github-readme-quotes-bay.vercel.app/quote?theme=dark&layout=socrates)

You can also add fonts to your templates.

Use `?font=FONT_NAME` parameter as shown below

```md
![Quote](https://github-readme-quotes.herokuapp.com/quote?font=Redressed)
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote?font=Redressed)
Copy link

Choose a reason for hiding this comment

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

The URL for displaying quotes with different fonts also needs correction.

- https://https://github-readme-quotes-bay.vercel.app/quote?font=Redressed
+ https://github-readme-quotes-bay.vercel.app/quote?font=Redressed

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote?font=Redressed)
![Quote](https://github-readme-quotes-bay.vercel.app/quote?font=Redressed)

You can also add animations to your templates.

Use `?animation=ANIMATION` paramater as shown below

```md
![Quote](https://github-readme-quotes.herokuapp.com/quote?theme=dark&animation=grow_out_in)
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote?theme=dark&animation=grow_out_in)
Copy link

Choose a reason for hiding this comment

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

The URL for displaying quotes with animations contains the repeated https:// protocol issue.

- https://https://github-readme-quotes-bay.vercel.app/quote?theme=dark&animation=grow_out_in
+ https://github-readme-quotes-bay.vercel.app/quote?theme=dark&animation=grow_out_in

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote?theme=dark&animation=grow_out_in)
![Quote](https://github-readme-quotes-bay.vercel.app/quote?theme=dark&animation=grow_out_in)

```
![Quote](https://github-readme-quotes.herokuapp.com/quote?quotesUrl=https://github.com/ShubhKotnala/github-readme-quotes/blob/custom-quotes/customQuotes/quotes.json)
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote?quotesUrl=https://github.com/ShubhKotnala/github-readme-quotes/blob/custom-quotes/customQuotes/quotes.json)
Copy link

Choose a reason for hiding this comment

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

The URL for displaying quotes with a custom quotes URL also has the repeated https:// protocol issue.

- https://https://github-readme-quotes-bay.vercel.app/quote?quotesUrl=https://github.com/ShubhKotnala/github-readme-quotes/blob/custom-quotes/customQuotes/quotes.json
+ https://github-readme-quotes-bay.vercel.app/quote?quotesUrl=https://github.com/ShubhKotnala/github-readme-quotes/blob/custom-quotes/customQuotes/quotes.json

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote?quotesUrl=https://github.com/ShubhKotnala/github-readme-quotes/blob/custom-quotes/customQuotes/quotes.json)
![Quote](https://github-readme-quotes-bay.vercel.app/quote?quotesUrl=https://github.com/ShubhKotnala/github-readme-quotes/blob/custom-quotes/customQuotes/quotes.json)

- Use `quoteCategory=categoryName` as shown below

```
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote?quoteCategory=motivational)
Copy link

Choose a reason for hiding this comment

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

The URL for displaying quotes based on a category also needs correction for the repeated https:// protocol issue.

- https://https://github-readme-quotes-bay.vercel.app/quote?quoteCategory=motivational
+ https://github-readme-quotes-bay.vercel.app/quote?quoteCategory=motivational

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote?quoteCategory=motivational)
![Quote](https://github-readme-quotes-bay.vercel.app/quote?quoteCategory=motivational)

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Review Status

Actionable comments generated: 17

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between 3007e25 and 9dce041.
Files selected for processing (5)
  • CONTRIBUTING.md (3 hunks)
  • src/animations/README.md (1 hunks)
  • src/fonts/README.md (1 hunks)
  • src/layouts/README.md (1 hunks)
  • src/themes/README.md (2 hunks)

@@ -5,15 +5,15 @@ You can add animations to your templates without any manual customization.
Use `?animation=ANIMATION` parameter like so :-

```md
![Quote](https://github-readme-quotes.herokuapp.com/quote?animation=grow_out_in)
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote?animation=grow_out_in)
Copy link

Choose a reason for hiding this comment

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

The URL contains a duplicated "https://" prefix, which will cause it to be invalid. Please correct it as follows:

- https://https://github-readme-quotes-bay.vercel.app/quote?animation=grow_out_in
+ https://github-readme-quotes-bay.vercel.app/quote?animation=grow_out_in

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote?animation=grow_out_in)
![Quote](https://github-readme-quotes-bay.vercel.app/quote?animation=grow_out_in)

```

### Animations

- Default <br>

![Quote](https://github-readme-quotes.herokuapp.com/quote?theme=dark)
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote?theme=dark)
Copy link

Choose a reason for hiding this comment

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

The URL contains a duplicated "https://" prefix, which will cause it to be invalid. Please correct it as follows:

- https://https://github-readme-quotes-bay.vercel.app/quote?theme=dark
+ https://github-readme-quotes-bay.vercel.app/quote?theme=dark

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote?theme=dark)
![Quote](https://github-readme-quotes-bay.vercel.app/quote?theme=dark)


- Grow-out-in <br>

![Quote](https://github-readme-quotes.herokuapp.com/quote?theme=dark&animation=grow_out_in)
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote?theme=dark&animation=grow_out_in)
Copy link

Choose a reason for hiding this comment

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

The URL contains a duplicated "https://" prefix, which will cause it to be invalid. Please correct it as follows:

- https://https://github-readme-quotes-bay.vercel.app/quote?theme=dark&animation=grow_out_in
+ https://github-readme-quotes-bay.vercel.app/quote?theme=dark&animation=grow_out_in

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote?theme=dark&animation=grow_out_in)
![Quote](https://github-readme-quotes-bay.vercel.app/quote?theme=dark&animation=grow_out_in)

@@ -5,19 +5,19 @@ You can add fonts to your templates without any manual customization.
Use `?font=FONT_NAME` parameter like so :-

```md
![Quote](https://github-readme-quotes.herokuapp.com/quote?font=Redressed)
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote?font=Redressed)
Copy link

Choose a reason for hiding this comment

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

The URL contains a duplicated "https://" prefix, which will cause it to be invalid. Please correct it as follows:

- https://https://github-readme-quotes-bay.vercel.app/quote?font=Redressed
+ https://github-readme-quotes-bay.vercel.app/quote?font=Redressed

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote?font=Redressed)
![Quote](https://github-readme-quotes-bay.vercel.app/quote?font=Redressed)

```

### Fonts

- Default <br>

![Quote](https://github-readme-quotes.herokuapp.com/quote?theme=dark)
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote?theme=dark)
Copy link

Choose a reason for hiding this comment

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

The URL contains a duplicated "https://" prefix, which will cause it to be invalid. Please correct it as follows:

- https://https://github-readme-quotes-bay.vercel.app/quote?theme=dark
+ https://github-readme-quotes-bay.vercel.app/quote?theme=dark

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote?theme=dark)
![Quote](https://github-readme-quotes-bay.vercel.app/quote?theme=dark)


- zues (<b>Note</b>: This layout does not have theme customization.) <br>
![Quote](https://github-readme-quotes.herokuapp.com/quote?layout=zues)
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote?layout=zues)
Copy link

Choose a reason for hiding this comment

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

The URL contains a duplicated "https://" prefix, which will cause it to be invalid. Please correct it as follows:

- https://https://github-readme-quotes-bay.vercel.app/quote?layout=zues
+ https://github-readme-quotes-bay.vercel.app/quote?layout=zues

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote?layout=zues)
![Quote](https://github-readme-quotes-bay.vercel.app/quote?layout=zues)

@@ -7,7 +7,7 @@ You can display your quote in different themes without any manual customization.
Use `?theme=THEME_NAME` parameter like so :-

```md
![Quote](https://github-readme-quotes.herokuapp.com/quote?theme=dark)
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote?theme=dark)
Copy link

Choose a reason for hiding this comment

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

The URL contains a duplicated "https://" prefix, which will cause it to be invalid. Please correct it as follows:

- https://https://github-readme-quotes-bay.vercel.app/quote?theme=dark
+ https://github-readme-quotes-bay.vercel.app/quote?theme=dark

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote?theme=dark)
![Quote](https://github-readme-quotes-bay.vercel.app/quote?theme=dark)

Comment on lines +37 to +81
[default]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=default
[default_repocard]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=default_repocard
[dark]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=dark
[radical]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=radical
[merko]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=merko
[gruvbox]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=gruvbox
[tokyonight]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=tokyonight
[onedark]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=onedark
[cobalt]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=cobalt
[synthwave]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=synthwave
[highcontrast]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=highcontrast
[dracula]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=dracula
[prussian]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=prussian
[monokai]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=monokai
[vue]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=vue
[vue-dark]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=vue-dark
[shades-of-purple]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=shades-of-purple
[nightowl]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=nightowl
[buefy]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=buefy
[blue-green]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=blue-green
[algolia]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=algolia
[great-gatsby]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=great-gatsby
[darcula]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=darcula
[bear]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=bear
[solarized-dark]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=solarized-dark
[solarized-light]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=solarized-light
[chartreuse-dark]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=chartreuse-dark
[nord]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=nord
[gotham]:https://https://github-readme-quotes-bay.vercel.app/quote?theme=gotham
[material-palenight]:https://https://github-readme-quotes-bay.vercel.app/quote?theme=material-palenight
[graywhite]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=graywhite
[vision-friendly-dark]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=vision-friendly-dark
[ayu-mirage]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=ayu-mirage
[midnight-purple]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=midnight-purple
[calm]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=calm
[flag-india]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=flag-india
[omni]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=omni
[react]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=react
[jolly]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=jolly
[maroongold]:https://https://github-readme-quotes-bay.vercel.app/quote?theme=maroongold
[yeblu]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=yeblu
[blueberry]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=blueberry
[slateorange]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=slateorange
[kacho_ga]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=kacho_ga
[soft-green]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=soft-green
Copy link

Choose a reason for hiding this comment

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

All URLs in this section contain a duplicated "https://" prefix, making them invalid. Please correct each URL by removing the duplicated prefix. Here's an example correction:

- https://https://github-readme-quotes-bay.vercel.app/quote?theme=default
+ https://github-readme-quotes-bay.vercel.app/quote?theme=default

Apply this correction pattern to all URLs in this section.


Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
[default]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=default
[default_repocard]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=default_repocard
[dark]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=dark
[radical]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=radical
[merko]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=merko
[gruvbox]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=gruvbox
[tokyonight]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=tokyonight
[onedark]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=onedark
[cobalt]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=cobalt
[synthwave]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=synthwave
[highcontrast]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=highcontrast
[dracula]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=dracula
[prussian]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=prussian
[monokai]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=monokai
[vue]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=vue
[vue-dark]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=vue-dark
[shades-of-purple]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=shades-of-purple
[nightowl]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=nightowl
[buefy]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=buefy
[blue-green]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=blue-green
[algolia]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=algolia
[great-gatsby]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=great-gatsby
[darcula]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=darcula
[bear]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=bear
[solarized-dark]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=solarized-dark
[solarized-light]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=solarized-light
[chartreuse-dark]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=chartreuse-dark
[nord]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=nord
[gotham]:https://https://github-readme-quotes-bay.vercel.app/quote?theme=gotham
[material-palenight]:https://https://github-readme-quotes-bay.vercel.app/quote?theme=material-palenight
[graywhite]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=graywhite
[vision-friendly-dark]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=vision-friendly-dark
[ayu-mirage]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=ayu-mirage
[midnight-purple]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=midnight-purple
[calm]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=calm
[flag-india]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=flag-india
[omni]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=omni
[react]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=react
[jolly]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=jolly
[maroongold]:https://https://github-readme-quotes-bay.vercel.app/quote?theme=maroongold
[yeblu]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=yeblu
[blueberry]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=blueberry
[slateorange]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=slateorange
[kacho_ga]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=kacho_ga
[soft-green]: https://https://github-readme-quotes-bay.vercel.app/quote?theme=soft-green
[default]: https://github-readme-quotes-bay.vercel.app/quote?theme=default
[default_repocard]: https://github-readme-quotes-bay.vercel.app/quote?theme=default_repocard
[dark]: https://github-readme-quotes-bay.vercel.app/quote?theme=dark
[radical]: https://github-readme-quotes-bay.vercel.app/quote?theme=radical
[merko]: https://github-readme-quotes-bay.vercel.app/quote?theme=merko
[gruvbox]: https://github-readme-quotes-bay.vercel.app/quote?theme=gruvbox
[tokyonight]: https://github-readme-quotes-bay.vercel.app/quote?theme=tokyonight
[onedark]: https://github-readme-quotes-bay.vercel.app/quote?theme=onedark
[cobalt]: https://github-readme-quotes-bay.vercel.app/quote?theme=cobalt
[synthwave]: https://github-readme-quotes-bay.vercel.app/quote?theme=synthwave
[highcontrast]: https://github-readme-quotes-bay.vercel.app/quote?theme=highcontrast
[dracula]: https://github-readme-quotes-bay.vercel.app/quote?theme=dracula
[prussian]: https://github-readme-quotes-bay.vercel.app/quote?theme=prussian
[monokai]: https://github-readme-quotes-bay.vercel.app/quote?theme=monokai
[vue]: https://github-readme-quotes-bay.vercel.app/quote?theme=vue
[vue-dark]: https://github-readme-quotes-bay.vercel.app/quote?theme=vue-dark
[shades-of-purple]: https://github-readme-quotes-bay.vercel.app/quote?theme=shades-of-purple
[nightowl]: https://github-readme-quotes-bay.vercel.app/quote?theme=nightowl
[buefy]: https://github-readme-quotes-bay.vercel.app/quote?theme=buefy
[blue-green]: https://github-readme-quotes-bay.vercel.app/quote?theme=blue-green
[algolia]: https://github-readme-quotes-bay.vercel.app/quote?theme=algolia
[great-gatsby]: https://github-readme-quotes-bay.vercel.app/quote?theme=great-gatsby
[darcula]: https://github-readme-quotes-bay.vercel.app/quote?theme=darcula
[bear]: https://github-readme-quotes-bay.vercel.app/quote?theme=bear
[solarized-dark]: https://github-readme-quotes-bay.vercel.app/quote?theme=solarized-dark
[solarized-light]: https://github-readme-quotes-bay.vercel.app/quote?theme=solarized-light
[chartreuse-dark]: https://github-readme-quotes-bay.vercel.app/quote?theme=chartreuse-dark
[nord]: https://github-readme-quotes-bay.vercel.app/quote?theme=nord
[gotham]:https://github-readme-quotes-bay.vercel.app/quote?theme=gotham
[material-palenight]:https://github-readme-quotes-bay.vercel.app/quote?theme=material-palenight
[graywhite]: https://github-readme-quotes-bay.vercel.app/quote?theme=graywhite
[vision-friendly-dark]: https://github-readme-quotes-bay.vercel.app/quote?theme=vision-friendly-dark
[ayu-mirage]: https://github-readme-quotes-bay.vercel.app/quote?theme=ayu-mirage
[midnight-purple]: https://github-readme-quotes-bay.vercel.app/quote?theme=midnight-purple
[calm]: https://github-readme-quotes-bay.vercel.app/quote?theme=calm
[flag-india]: https://github-readme-quotes-bay.vercel.app/quote?theme=flag-india
[omni]: https://github-readme-quotes-bay.vercel.app/quote?theme=omni
[react]: https://github-readme-quotes-bay.vercel.app/quote?theme=react
[jolly]: https://github-readme-quotes-bay.vercel.app/quote?theme=jolly
[maroongold]:https://github-readme-quotes-bay.vercel.app/quote?theme=maroongold
[yeblu]: https://github-readme-quotes-bay.vercel.app/quote?theme=yeblu
[blueberry]: https://github-readme-quotes-bay.vercel.app/quote?theme=blueberry
[slateorange]: https://github-readme-quotes-bay.vercel.app/quote?theme=slateorange
[kacho_ga]: https://github-readme-quotes-bay.vercel.app/quote?theme=kacho_ga
[soft-green]: https://github-readme-quotes-bay.vercel.app/quote?theme=soft-green

@@ -70,7 +70,7 @@ Check the existing [layouts](./src/layouts/layout.js) for a better understanding
- Get the link of the file.
- Use `?quotesUrl=URL` as shown below
- ```
![Quote](https://github-readme-quotes.herokuapp.com/quote?quotesUrl=https://github.com/ShubhKotnala/github-readme-quotes/blob/custom-quotes/customQuotes/quotes.json)
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote?quotesUrl=https://github.com/ShubhKotnala/github-readme-quotes/blob/custom-quotes/customQuotes/quotes.json)
Copy link

Choose a reason for hiding this comment

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

The URL contains a duplicated "https://" prefix, which will cause it to be invalid. Please correct it as follows:

- https://https://github-readme-quotes-bay.vercel.app/quote?quotesUrl=https://github.com/ShubhKotnala/github-readme-quotes/blob/custom-quotes/customQuotes/quotes.json
+ https://github-readme-quotes-bay.vercel.app/quote?quotesUrl=https://github.com/ShubhKotnala/github-readme-quotes/blob/custom-quotes/customQuotes/quotes.json

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote?quotesUrl=https://github.com/ShubhKotnala/github-readme-quotes/blob/custom-quotes/customQuotes/quotes.json)
![Quote](https://github-readme-quotes-bay.vercel.app/quote?quotesUrl=https://github.com/ShubhKotnala/github-readme-quotes/blob/custom-quotes/customQuotes/quotes.json)

@@ -84,7 +84,7 @@ You can also provide a category to fetch the list of quotes based on certain cat
- If the category you want doesn't exist, feel free to add the category in this [file](./customQuotes/category.json) and add the quotes.
- Use `quoteCategory=categoryName` as shown below
- ```
![Quote](https://github-readme-quotes.herokuapp.com/quote?quoteCategory=motivational)
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote?quoteCategory=motivational)
Copy link

Choose a reason for hiding this comment

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

The URL contains a duplicated "https://" prefix, which will cause it to be invalid. Please correct it as follows:

- https://https://github-readme-quotes-bay.vercel.app/quote?quoteCategory=motivational
+ https://github-readme-quotes-bay.vercel.app/quote?quoteCategory=motivational

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
![Quote](https://https://github-readme-quotes-bay.vercel.app/quote?quoteCategory=motivational)
![Quote](https://github-readme-quotes-bay.vercel.app/quote?quoteCategory=motivational)

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.

Hosted Heroku link not working [Feature Request] Github Action to deploy using Pipeline CI/CD
1 participant