Skip to content

Commit

Permalink
Fixing a few broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
ManoMarks committed Oct 12, 2016
1 parent b15238c commit 130f114
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ This repo contains [Docker](https://docker.com) labs and tutorials authored both
* [Live Debugging Java with Docker](developer-tools/java-debugging)
* [Docker for Java Developers](developer-tools/java/)
* Node.js
* [Live Debuggins a Node.js application in Docker](developer-tools/nodejs-debuggins)
* [Dockerizing a Node.js application](developer-tools/nodejs/)
* [Live Debugging a Node.js application in Docker](developer-tools/nodejs-debugging)
* [Dockerizing a Node.js application](developer-tools/nodejs/porting/)
* [Docker for ASP.NET and Windows containers](windows/readme.md)
* [Building a 12 Factor app with Docker](12factor/README.md)
* [Docker Security](security/README.md)
Expand Down
2 changes: 1 addition & 1 deletion developer-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ In order to take advantage of this feature in an IDE, there is some set-up requi
This is a more comprehensive section detailing how to set-up and optimize your experience using Docker with particular programming languages.

+ [Java](java/)
+ [Node.js](nodejs/)
+ [Node.js](nodejs/porting/)

0 comments on commit 130f114

Please sign in to comment.