Skip to content

Commit 0c37e8f

Browse files
Jahheinwebpro
authored andcommitted
Removed two bad links pointing to compromised websites in README.md and index.md (webpro#24)
1 parent 265a41c commit 0c37e8f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ The LSP is all about expected behavior of objects:
298298
Resources
299299

300300
* [Liskov substitution principle](http://en.wikipedia.org/wiki/Liskov_substitution_principle)
301-
* [The Liskov Substitution Principle](http://freshbrewedcode.com/derekgreer/2011/12/31/solid-javascript-the-liskov-substitution-principle/)
302301

303302
## Open/Closed Principle
304303

@@ -316,7 +315,6 @@ How
316315
Resources
317316

318317
* [Open Closed Principle](http://en.wikipedia.org/wiki/Open/closed_principle)
319-
* [SOLID JavaScript: The Open/Closed Principle](http://freshbrewedcode.com/derekgreer/2011/12/19/solid-javascript-the-openclosed-principle/)
320318

321319
## Single Responsibility Principle
322320

@@ -383,7 +381,7 @@ Resources
383381

384382
## Interface Segregation Principle
385383

386-
Reduce fat interfaces into multiple smaller and more specific client specific interfaces. An interface should be more dependent on the code that calls it than the code that implements it.
384+
Reduce fat interfaces into multiple smaller and more specific client specific interfaces. An interface should be more dependent on the code that calls it than the code that implements it.
387385

388386
Why
389387

index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,6 @@ The LSP is all about expected behavior of objects:
305305
Resources
306306

307307
* [Liskov substitution principle](http://en.wikipedia.org/wiki/Liskov_substitution_principle)
308-
* [The Liskov Substitution Principle](http://freshbrewedcode.com/derekgreer/2011/12/31/solid-javascript-the-liskov-substitution-principle/)
309308

310309
## Open/Closed Principle
311310

@@ -323,7 +322,6 @@ How
323322
Resources
324323

325324
* [Open Closed Principle](http://en.wikipedia.org/wiki/Open/closed_principle)
326-
* [SOLID JavaScript: The Open/Closed Principle](http://freshbrewedcode.com/derekgreer/2011/12/19/solid-javascript-the-openclosed-principle/)
327325

328326
## Single Responsibility Principle
329327

@@ -390,7 +388,7 @@ Resources
390388

391389
## Interface Segregation Principle
392390

393-
Reduce fat interfaces into multiple smaller and more specific client specific interfaces. An interface should be more dependent on the code that calls it than the code that implements it.
391+
Reduce fat interfaces into multiple smaller and more specific client specific interfaces. An interface should be more dependent on the code that calls it than the code that implements it.
394392

395393
Why
396394

0 commit comments

Comments
 (0)