diff --git a/samples/server-generator/sinatra/README.md b/samples/server-generator/sinatra/README.md
index 8dd5cff2936..764c7367345 100644
--- a/samples/server-generator/sinatra/README.md
+++ b/samples/server-generator/sinatra/README.md
@@ -58,7 +58,7 @@ Take a look at the sample templates here:
- Generator for your api classes: [api.mustache](https://github.com/wordnik/swagger-codegen/blob/master/samples/server-generator/sinatra/templates/api.mustache)
- - The main class to run your server: [my_app.mustache](https://github.com/wordnik/swagger-codegen/blob/master/samples/server-generator/node/templates/my_app.mustache)
+ - The main class to run your server: [my_app.mustache](https://github.com/wordnik/swagger-codegen/blob/master/samples/server-generator/sinatra/templates/my_app.mustache)
Sound easy? It is!