appwrite / sdk-for-web

[READ-ONLY] Official Appwrite Web SDK ๐Ÿงก
https://appwrite.io
BSD 3-Clause "New" or "Revised" License
273 stars 59 forks source link

๐Ÿ“š Documentation: links looks wrong at the bottom of Readme file #44

Closed sinadarvi closed 11 months ago

sinadarvi commented 1 year ago

๐Ÿ’ญ Description

The Getting Started link at the bottom of the readme file (below the Learn More section) looks wrong. If you click on it, you will be navigated to getting started with flutter docs. even in the last link, flutter have been mentioned in it. "Appwrite Flutter Playground".

also, the "Code of Conduct" link is broken too. I didn't see such a file nor in this repo or appwrite itself.

๐Ÿ‘€ Have you spent some time to check if this issue has been raised before?

๐Ÿข Have you read the Code of Conduct?

stnguyen90 commented 1 year ago

@sinadarvi thanks for raising this! Looks like this is incorrect:

https://github.com/appwrite/appwrite/blob/8dfdef6006fa5851ffaba0345c33b3c31d6bb3c0/docs/sdks/web/GETTING_STARTED.md?plain=1#L60-L63

Atsurak commented 1 year ago

so here are the links for getting started with web https://appwrite.io/docs/getting-started-for-web and web playground https://github.com/appwrite/playground-for-web should I raise a PR to fix this?

Atsurak commented 1 year ago

link to code of conduct is broken in all repos are there any plans to fix this?

stnguyen90 commented 1 year ago

link to code of conduct is broken in all repos are there any plans to fix this?

@Atsurak, yes, there's a PR for that pending merge.

stnguyen90 commented 11 months ago

Fixed by https://github.com/appwrite/appwrite/pull/5360