From 26eb870aacfb51e8357a858e95649e6e3285b189 Mon Sep 17 00:00:00 2001 From: Andreas Kohn Date: Wed, 17 May 2017 17:27:12 +0200 Subject: [PATCH] Fix reference to ADD_ADDON.md --- docs/addons.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/addons.md b/docs/addons.md index e78c323275..79ab723de4 100644 --- a/docs/addons.md +++ b/docs/addons.md @@ -27,4 +27,4 @@ The currently supported addons include: If you would like to have minikube properly start/restart custom addons, place the addon(s) you wish to be launched with minikube in the `.minikube/addons` directory. Addons in this folder will be moved to the minikubeVM and launched each time minikube is started/restarted. -If you have a request for an addon in minikube, please open an issue with the name and preferably a link to the addon with a description of its purpose and why it should be added. You can also attempt to add the addon to minikube by following the guide at [ADD_ADDON.md](./ADD_ADDON.md) +If you have a request for an addon in minikube, please open an issue with the name and preferably a link to the addon with a description of its purpose and why it should be added. You can also attempt to add the addon to minikube by following the guide at [Adding an Addon](contributors/adding_an_addon.md)