Fix links in README for developer documentation (#5743)
* Fix links in README for developer documentation Updated links in README to point to the correct developer documentation. * Fix README shield links and formatting Updated shield links and fixed formatting issues. * Fix HTML encoding in README.md
This commit is contained in:
committed by
GitHub
parent
0b9a6e10d4
commit
d1a73f013f
@@ -3,7 +3,7 @@
|
|||||||
Speckle | Server
|
Speckle | Server
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<p align="center"><a href="https://twitter.com/SpeckleSystems"><img src="https://img.shields.io/twitter/follow/SpeckleSystems?style=social" alt="Twitter Follow"></a> <a href="https://speckle.community"><img src="https://img.shields.io/discourse/users?server=https%3A%2F%2Fspeckle.community&style=flat-square&logo=discourse&logoColor=white" alt="Community forum users"></a> <a href="https://speckle.systems"><img src="https://img.shields.io/badge/https://-speckle.systems-royalblue?style=flat-square" alt="website"></a> <a href="https://docs.speckle.systems/dev/"><img src="https://img.shields.io/badge/docs-docs.speckle.systems-orange?style=flat-square&logo=read-the-docs&logoColor=white" alt="docs"></a></p>
|
<p align="center"><a href="https://twitter.com/SpeckleSystems"><img src="https://img.shields.io/twitter/follow/SpeckleSystems?style=social" alt="Twitter Follow"></a> <a href="https://speckle.community"><img src="https://img.shields.io/discourse/users?server=https%3A%2F%2Fspeckle.community&style=flat-square&logo=discourse&logoColor=white" alt="Community forum users"></a> <a href="https://speckle.systems"><img src="https://img.shields.io/badge/https://-speckle.systems-royalblue?style=flat-square" alt="website"></a> <a href="https://docs.speckle.systems/developers/server/introduction"><img src="https://img.shields.io/badge/docs-docs.speckle.systems-orange?style=flat-square&logo=read-the-docs&logoColor=white" alt="docs"></a></p>
|
||||||
|
|
||||||
> Speckle is the first AEC data hub that connects with your favorite AEC tools. Speckle exists to overcome the challenges of working in a fragmented industry where communication, creative workflows, and the exchange of data are often hindered by siloed software and processes. It is here to make the industry better.
|
> Speckle is the first AEC data hub that connects with your favorite AEC tools. Speckle exists to overcome the challenges of working in a fragmented industry where communication, creative workflows, and the exchange of data are often hindered by siloed software and processes. It is here to make the industry better.
|
||||||
|
|
||||||
@@ -50,9 +50,9 @@ Make sure to also check and ⭐️ these other Speckle repositories:
|
|||||||
|
|
||||||
# Developing and Debugging
|
# Developing and Debugging
|
||||||
|
|
||||||
Have you checked our [dev docs](https://docs.speckle.systems/dev/)?
|
Have you checked our [dev docs](https://docs.speckle.systems/developers/server/introduction)?
|
||||||
|
|
||||||
We have a detailed section on [deploying a Speckle server](https://docs.speckle.systems/dev/). To get started developing locally, you can see the [Local development environment](https://docs.speckle.systems/dev/) page.
|
We have a detailed section on [deploying a Speckle server](https://docs.speckle.systems/developers/server/deployment-options). To get started with local development, see the [Local development environment](https://docs.speckle.systems/developers/server/development/setup) page.
|
||||||
|
|
||||||
## TL;DR;
|
## TL;DR;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user