Skip to content

Commit 5e4a9cf

Browse files
committed
Fix url
1 parent 89d81be commit 5e4a9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ In the last chapter we are going to take a look at some architectural patterns,
257257
258258
In the UML diagram bellow is illustrated the singleton design pattern.
259259

260-
![Singleton](//rawgit.com/mgechev/angularjs-in-patterns/master/images/singleton.svg "Fig. 1")
260+
![Singleton](https://rawgit.com/mgechev/angularjs-in-patterns/master/images/singleton.svg "Fig. 1")
261261

262262
When given dependency is required by any component, AngularJS resolves it using the following algorithm:
263263

0 commit comments

Comments
 (0)