From cac78d0494cc6801416442bf248c21bf65cbf6b2 Mon Sep 17 00:00:00 2001
From: Tyler Britten <vmtyler@users.noreply.github.com>
Date: Fri, 27 Jul 2018 17:12:35 -0400
Subject: [PATCH] Fix Typo in link (#284)

Link 404ed, fixed the typo
---
 serving/samples/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/serving/samples/README.md b/serving/samples/README.md
index 2a163d4ec..9b3e7aba7 100644
--- a/serving/samples/README.md
+++ b/serving/samples/README.md
@@ -11,7 +11,7 @@ to learn more about Knative Serving resources.
 | Autoscale | A demonstration of the autoscaling capabilities of Knative. | [Go](autoscale-go/README.md) |
 | Private Repo Build | An example of deploying a Knative Serving Service using a Github deploy-key and a DockerHub image pull secret. | [Go](build-private-repo-go/README.md) |
 | Buildpack for Applications | A sample app that demonstrates using Cloud Foundry buildpacks on Knative Serving. | [.NET](buildpack-app-dotnet/README.md) |
-| Buildpack for Functions | A sample function that demonstrates using Cloud Foundry buildpacks on Knative Serving. | [Node.js](buildpack-function-nodej/README.md) |
+| Buildpack for Functions | A sample function that demonstrates using Cloud Foundry buildpacks on Knative Serving. | [Node.js](buildpack-function-nodejs/README.md) |
 | Github Webhook | A simple webhook handler that demonstrates interacting with Github. | [Go](gitwebhook-go/README.md) |
 | gRPC | A simple gRPC server. | [Go](grpc-ping-go/README.md) |
 | Knative Routing | An example of mapping multiple Knative services to different paths under a single domain name using the Istio VirtualService concept. | [Go](knative-routing-go/README.md) |