Fix of Broken "Installation" Link in README.md#6432
Closed
imperialc0der wants to merge 1 commit intoappwrite:mainfrom
imperialc0der:main
Closed
Fix of Broken "Installation" Link in README.md#6432imperialc0der wants to merge 1 commit intoappwrite:mainfrom imperialc0der:main
imperialc0der wants to merge 1 commit intoappwrite:mainfrom
imperialc0der:main
Conversation
|
Hey @imperialc0der Please write the issue heading and description properly as it's not releaving properly what you have changed inside that file. You may use this guide as a reference and update the description as per the given template. |
Author
|
Hey @Susmita-Dey i have updated my main comment. Please check now. |
|
Hey @imperialc0der Update the issue title properly aligning with your PR |
Author
|
@Susmita-Dey Done. |
Contributor
|
We are taking part of this as #6437. If you wish to contribute as part of Hacktoberfest, please look for issues labeled "hacktoberfest" and do not raise PRs for things you are not assigned. |
This was referenced Nov 1, 2023
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
This PR will fix the Broken "Installation" link at "[Upgrade from an Older Version]"
###Description
In the README.md file, under the Installation Section there is a link (please see the screenshot below)

When you click on the Installation Docs, It redirects you to an url "https://appwrite.io/docs/installation" . But this URL shows 404 error. The valid URL is "https://appwrite.io/docs/advanced/self-hosting" . Which i have attached in my Commit.
BEFORE THE FIX:

AFTER THE FIX:

Checklist