From c0b134d423e743dafc9ade67efd69e4c2a92d58e Mon Sep 17 00:00:00 2001 From: Toshinori Sugita Date: Fri, 31 May 2019 08:46:31 +0900 Subject: [PATCH] remove an unnecessary comma (#1373) * remove an unnecessary comma * copy the serving link to open "good-first-issue" left the [CONTRIBUTING.md](../contributing/CONTRIBUTING.md) link since it works on the site - need to add code to handle the long URL in GH so it converts to the relative URL for the site --- docs/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/README.md b/docs/README.md index 22428c6e7..375ca63e6 100644 --- a/docs/README.md +++ b/docs/README.md @@ -60,12 +60,12 @@ Knative is a diverse, open, and inclusive community. To get involved, see [Knative community](../community/). Your own path to becoming a Knative contributor can begin in any of the -components below: +following components: -- [serving](https://github.com/knative/serving/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Akind%2Fgood-first-issue). -- [eventing](https://github.com/knative/eventing/issues) -- [build](https://github.com/knative/build/issues) -- [documentation](https://github.com/knative/docs/issues) +- [serving](https://github.com/knative/serving/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Akind%2Fgood-first-issue) +- [eventing](https://github.com/knative/eventing/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Akind%2Fgood-first-issue) +- [build](https://github.com/knative/build/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Akind%2Fgood-first-issue) +- [documentation](https://github.com/knative/docs/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Akind%2Fgood-first-issue) [Bug reports](https://github.com/knative/serving/issues/new) and friction logs from new developers are especially welcome. @@ -87,7 +87,7 @@ Follow the links below to learn more about Knative. - [Configuring outbound network access](./serving/outbound-network-access.md) - [Using a custom domain](./serving/using-a-custom-domain.md) - [Assigning a static IP address for Knative on Google Kubernetes Engine](./serving/gke-assigning-static-ip-address.md) -- [Configuring HTTPS with a custom certificate](./serving/using-an-ssl-cert.md) +- [Configuring HTTPS with a custom certificate](./serving/using-a-tls-cert.md) ### Samples and demos