Skip to content

Commit d431f0a

Browse files
Format markdown (knative#3679)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
1 parent 0dd07c5 commit d431f0a

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Contribution guidelines
22

33
So you want to hack on Knative Serving? Yay! Please refer to Knative's overall
4-
[contribution guidelines](https://www.knative.dev/contributing/)
5-
to find out how you can help.
4+
[contribution guidelines](https://www.knative.dev/contributing/) to find out how
5+
you can help.

DEVELOPMENT.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Development
22

33
This doc explains how to setup a development environment so you can get started
4-
[contributing](https://www.knative.dev/contributing/)
5-
to `Knative Serving`. Also take a look at:
4+
[contributing](https://www.knative.dev/contributing/) to `Knative Serving`. Also
5+
take a look at:
66

77
- [The pull request workflow](https://www.knative.dev/contributing/contributing/#pull-requests)
88
- [How to add and run tests](./test/README.md)
@@ -36,7 +36,6 @@ You must install these tools:
3636

3737
### Create a cluster and a repo
3838

39-
4039
1. [Set up a kubernetes cluster](https://www.knative.dev/docs/install/)
4140
- Follow an install guide up through "Creating a Kubernetes Cluster"
4241
- You do _not_ need to install Istio or Knative using the instructions in the
@@ -117,9 +116,9 @@ can easily [clean your cluster up](#clean-up) and try again.
117116
Your user must be a cluster admin to perform the setup needed for Knative.
118117

119118
The value you use depends on
120-
[your cluster setup](https://www.knative.dev/docs/install/):
121-
when using Minikube, the user is your local user; when using GKE, the user is
122-
your GCP user.
119+
[your cluster setup](https://www.knative.dev/docs/install/): when using
120+
Minikube, the user is your local user; when using GKE, the user is your GCP
121+
user.
123122

124123
```shell
125124
# For GCP
@@ -263,7 +262,6 @@ ko delete --ignore-not-found=true \
263262

264263
To access Telemetry see:
265264

266-
267265
- [Accessing Metrics](https://www.knative.dev/docs/serving/accessing-metrics/)
268266
- [Accessing Logs](https://www.knative.dev/docs/serving/accessing-logs/)
269267
- [Accessing Traces](https://www.knative.dev/docs/serving/accessing-traces/

community/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Knative Community
22

33
For community information, see
4-
[Knative Contributing](https://www.knative.dev/contributing/) on
5-
the [https://www.knative.dev](https://www.knative.dev/) site.
4+
[Knative Contributing](https://www.knative.dev/contributing/) on the
5+
[https://www.knative.dev](https://www.knative.dev/) site.

0 commit comments

Comments
 (0)