From 45dbc6554c4f4513cca53602dd70ac36c5c967e3 Mon Sep 17 00:00:00 2001 From: MarcoGorelli Date: Sat, 21 Sep 2019 12:34:36 +0100 Subject: [PATCH] Add full stop --- doc/source/graph/inference-graph.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/graph/inference-graph.md b/doc/source/graph/inference-graph.md index 0dcf73f4e5..9c2079dde9 100644 --- a/doc/source/graph/inference-graph.md +++ b/doc/source/graph/inference-graph.md @@ -37,6 +37,6 @@ The key components are: * For each predictor a list of componentSpecs. Each componentSpec is a Kubernetes PodTemplateSpec which Seldon will build into a Kubernetes Deployment. Place here the images from your graph and their requirements, e.g. Volumes, ImagePullSecrets, Resources Requests etc. * A graph specification that describes how your components are joined together. -To understand the inference graph definition in detail see [here](../reference/seldon-deployment.md) +To understand the inference graph definition in detail see [here](../reference/seldon-deployment.md).