From 8850e5c0d720eabcca01732faa42707517deef4d Mon Sep 17 00:00:00 2001 From: dongwenjuan Date: Wed, 20 Feb 2019 11:39:40 +0800 Subject: [PATCH] fix the path of CSV example files Signed-off-by: dongwenjuan --- Documentation/design/building-your-csv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/design/building-your-csv.md b/Documentation/design/building-your-csv.md index d62ba25dbb..02337e122a 100644 --- a/Documentation/design/building-your-csv.md +++ b/Documentation/design/building-your-csv.md @@ -374,4 +374,4 @@ Here’s a full example: ## Full Examples -Several [complete examples of CSV files](https://github.com/operator-framework/operator-lifecycle-manager/tree/master/deploy/chart/catalog_resources/rh-operators) are stored in Github. +Several [complete examples of CSV files](https://github.com/operator-framework/operator-lifecycle-manager/blob/master/deploy/chart/templates/_packageserver.clusterserviceversion.yaml) are stored in Github.