File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ Common JS Patterns based on the ideas of Stoyan Stefanov and many others.
3636##Function Patterns
3737
3838###API patterns
39- * <a href =" javascript-patterns/blob/master/functions /callback.html " target =" _blank " >Callback patterns</a >
40- * Configuration objects
41- * <a href =" javascript-patterns/blob/master/functions/returning-functions.html " target =" _blank " >Returning functions</a >
42- * <a href =" javascript-patterns/blob/master/functions/currying.html " target =" _blank " >Currying</a >
39+ * <a href =" javascript-patterns/blob/master/function-patterns /callback.html " target =" _blank " >Callback patterns</a >
40+ * < a href = " javascript-patterns/blob/master/function-patterns/configuration-objects.html " target = " _blank " > Configuration objects</ a >
41+ * <a href =" javascript-patterns/blob/master/functions-patterns /returning-functions.html " target =" _blank " >Returning functions</a >
42+ * <a href =" javascript-patterns/blob/master/functions-patterns /currying.html " target =" _blank " >Currying</a >
4343
4444###Initialization patterns
45- * <a href =" javascript-patterns/blob/master/functions/immediate-functions.html " target =" _blank " >Immediate functions</a >
46- * <a href =" javascript-patterns/blob/master/functions/immediate-object-initialization.html " target =" _blank " >Immediate object initialization</a >
47- * <a href =" javascript-patterns/blob/master/functions/init-time-branching.html " target =" _blank " >Init-time branching</a >
45+ * <a href =" javascript-patterns/blob/master/functions-patterns /immediate-functions.html " target =" _blank " >Immediate functions</a >
46+ * <a href =" javascript-patterns/blob/master/functions-patterns /immediate-object-initialization.html " target =" _blank " >Immediate object initialization</a >
47+ * <a href =" javascript-patterns/blob/master/functions-patterns /init-time-branching.html " target =" _blank " >Init-time branching</a >
4848
4949###Performance patterns
5050* Memoization
You can’t perform that action at this time.
0 commit comments