From 25419775ea6a0df568b27b09e6d348c280f4ebe9 Mon Sep 17 00:00:00 2001 From: RainerAtSpirit Date: Mon, 19 Aug 2013 17:41:16 +0200 Subject: [PATCH] update incorrect links --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 066ff8f..adca030 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > **2013/08/19**: Updated to release version of [Durandal] 2.0.0 JSFiddle et al. are all great when there's a need to fiddle with CSS/JavaScript/HTML snippets or -share code during discussions on stackoverflow or newsgroups. Unfortunately, due to the nature of which encourages you to break down apps into many smaller modules and then use +share code during discussions on stackoverflow or newsgroups. Unfortunately, due to the nature of which encourages you to break down apps into many smaller modules and then use [composition](http://durandaljs.com/documentation/Using-Composition) to stitch them back together, those apps are no longer at their sweet spot. There's no easy way to deal with multiple smaller external files in tools like JSFiddle. [dFiddle](https://github.com/dFiddle/dFiddle-2.0) to the rescue! @@ -19,7 +19,7 @@ clone it to your local machine point for your own code. 3. You're in the mood for creating more examples? Great! Simply create sub-folders in a samples sub-category folders e.g. `samples/viewCompostion` and add it to `sampleGroups` in `index.js`. Check out -https://github.com/dFiddle/dFiddle-2.0/blob/gh-pages/App/samples/viewComposition/index.js#L9 for the exact syntax. +https://github.com/dFiddle/dFiddle-2.0/blob/gh-pages/app/viewComposition/index.js#L7 for the exact syntax. ### Advanced Usage @@ -37,9 +37,9 @@ Once you make your first commit the live version will become available at an URL Pages. According to GitHub, it may take up to **ten minutes** for changes to be visible. -+ Share links to the the live version e.g. http://dfiddle.github.io/dFiddle-2.0/#/view-composition/wizard ++ Share links to the the live version e.g. http://dfiddle.github.io/dFiddle-2.0/#master-detail/wizard + Share links right down to a specific code line e.g. -https://github.com/dFiddle/dFiddle-2.0/blob/gh-pages/App/samples/viewComposition/wizard/index.js#L3 +https://github.com/dFiddle/dFiddle-2.0/blob/gh-pages/app/masterDetail/wizard/index.js#L3 Totally optional: Whenever you find a solution for a specific issue, send a pull request so that it can be integrated.