Skip to content

Commit 9ec3725

Browse files
Merge pull request paketo-buildpacks#2 from paketo-buildpacks/readme
Readme fixes
2 parents 3a681d4 + fcf82b4 commit 9ec3725

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

+9-10
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,23 @@ A collection of sample applications that can be built using Paketo Buildpacks.
55
## Prerequisites
66

77
1. Clone this repository: `git clone https://github.com/paketo-buildpacks/samples`
8-
1. [Docker](https://docs.docker.com/get-docker/)
98
1. [Pack](https://buildpacks.io/docs/install-pack/)
109

1110
## Samples
1211

1312
### Node.js
14-
* [NPM](/nodejs/npm/README.md)
15-
* [Yarn](/nodejs/yarn/README.md)
13+
* [NPM](/nodejs/npm)
14+
* [Yarn](/nodejs/yarn)
1615

1716
### Dotnet Core
18-
* [Runtime-only](/dotnet-core/runtime/README.md)
19-
* [ASPNet](/dotnet-core/aspnet/README.md)
17+
* [Runtime-only](/dotnet-core/runtime)
18+
* [ASPNet](/dotnet-core/aspnet)
2019

2120
### Go
22-
* [Mod](/go/mod/README.md)
23-
* [Dep](/go/dep/README.md)
21+
* [Mod](/go/mod)
22+
* [Dep](/go/dep)
2423

2524
### PHP
26-
* [Built-in Webserver](/php/webserver/README.md)
27-
* [NGINX](/php/nginx/README.md)
28-
* [Apache HTTPD](/php/httpd/README.md)
25+
* [Built-in Webserver](/php/webserver)
26+
* [NGINX](/php/nginx)
27+
* [Apache HTTPD](/php/httpd)

0 commit comments

Comments
 (0)