docs: Avoid link descriptions that span multiple lines
The Jekyll markdown renderer gets confused by links that span multiple lines. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -10,8 +10,9 @@ This document provides contact information for Klipper.
|
||||
|
||||
# Community Forum
|
||||
|
||||
There is a [Klipper Community Discourse
|
||||
server](https://community.klipper3d.org) for discussions on Klipper.
|
||||
There is a
|
||||
[Klipper Community Discourse server](https://community.klipper3d.org)
|
||||
for discussions on Klipper.
|
||||
|
||||
# Discord Chat
|
||||
|
||||
@@ -24,18 +25,18 @@ real-time.
|
||||
|
||||
# I have a question about Klipper
|
||||
|
||||
Many questions we receive are already answered in the [Klipper
|
||||
documentation](Overview.md). Please be sure to to read the
|
||||
Many questions we receive are already answered in the
|
||||
[Klipper documentation](Overview.md). Please be sure to to read the
|
||||
documentation and follow the directions provided there.
|
||||
|
||||
It is also possible to search for similar questions in the [Klipper
|
||||
Community Forum](#community-forum).
|
||||
It is also possible to search for similar questions in the
|
||||
[Klipper Community Forum](#community-forum).
|
||||
|
||||
If you are interested in sharing your knowledge and experience with
|
||||
other Klipper users then you can join the [Klipper Community
|
||||
Forum](#community-forum) or [Klipper Discord
|
||||
Chat](#discord-chat). Both are communities where Klipper users can
|
||||
discuss Klipper with other users.
|
||||
other Klipper users then you can join the
|
||||
[Klipper Community Forum](#community-forum) or
|
||||
[Klipper Discord Chat](#discord-chat). Both are communities where
|
||||
Klipper users can discuss Klipper with other users.
|
||||
|
||||
Many questions we receive are general 3d-printing questions that are
|
||||
not specific to Klipper. If you have a general question or are
|
||||
@@ -49,9 +50,10 @@ Do not open a Klipper github issue to ask a question.
|
||||
|
||||
All new features require someone interested and able to implement that
|
||||
feature. If you are interested in helping to implement or test a new
|
||||
feature, you can search for ongoing developments in the [Klipper
|
||||
Community Forum](#community-forum). There is also [Klipper Discord
|
||||
Chat](#discord-chat) for discussions between collaborators.
|
||||
feature, you can search for ongoing developments in the
|
||||
[Klipper Community Forum](#community-forum). There is also
|
||||
[Klipper Discord Chat](#discord-chat) for discussions between
|
||||
collaborators.
|
||||
|
||||
Do not open a Klipper github issue to request a feature.
|
||||
|
||||
@@ -75,14 +77,14 @@ the printer hardware then you will likely get a better response by
|
||||
searching in a general 3d-printing forum or in a forum dedicated to
|
||||
your printer hardware.
|
||||
|
||||
It is also possible to search for similar issues in the [Klipper
|
||||
Community Forum](#community-forum).
|
||||
It is also possible to search for similar issues in the
|
||||
[Klipper Community Forum](#community-forum).
|
||||
|
||||
If you are interested in sharing your knowledge and experience with
|
||||
other Klipper users then you can join the [Klipper Community
|
||||
Forum](#community-forum) or [Klipper Discord
|
||||
Chat](#discord-chat). Both are communities where Klipper users can
|
||||
discuss Klipper with other users.
|
||||
other Klipper users then you can join the
|
||||
[Klipper Community Forum](#community-forum) or
|
||||
[Klipper Discord Chat](#discord-chat). Both are communities where
|
||||
Klipper users can discuss Klipper with other users.
|
||||
|
||||
Do not open a Klipper github issue to request help.
|
||||
|
||||
@@ -99,8 +101,8 @@ bug. Please follow these steps:
|
||||
someone interested and able will need to first research and
|
||||
diagnose the root cause of the problem. If you would like to share
|
||||
the results of your research or check if other users are
|
||||
experiencing similar issues then you can search the [Klipper
|
||||
Community Forum](#community-forum).
|
||||
experiencing similar issues then you can search the
|
||||
[Klipper Community Forum](#community-forum).
|
||||
2. Make sure you are running unmodified code from
|
||||
[https://github.com/KevinOConnor/klipper](https://github.com/KevinOConnor/klipper).
|
||||
If the code has been modified or is obtained from another source,
|
||||
@@ -151,11 +153,11 @@ New contributions (for both code and documentation) are submitted via
|
||||
Github Pull Requests. See the [CONTRIBUTING document](CONTRIBUTING.md)
|
||||
for important information.
|
||||
|
||||
There are several [documents for
|
||||
developers](Overview.md#developer-documentation). If you have
|
||||
questions on the code then you can also ask in the [Klipper Community
|
||||
Forum](#community-forum) or on the [Klipper Community
|
||||
Discord](#discord-chat). If you would like to provide an update on
|
||||
your current progress then you can open a Github issue with the
|
||||
location of your code, an overview of the changes, and a description
|
||||
of its current status.
|
||||
There are several
|
||||
[documents for developers](Overview.md#developer-documentation). If
|
||||
you have questions on the code then you can also ask in the
|
||||
[Klipper Community Forum](#community-forum) or on the
|
||||
[Klipper Community Discord](#discord-chat). If you would like to
|
||||
provide an update on your current progress then you can open a Github
|
||||
issue with the location of your code, an overview of the changes, and
|
||||
a description of its current status.
|
||||
|
||||
Reference in New Issue
Block a user