Skip to content

Commit 88fae07

Browse files
snehalatapanditiluwatar
authored andcommitted
Fix broken links iluwatar#915 (iluwatar#921)
1 parent f141033 commit 88fae07

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

half-sync-half-async/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ Use Half-Sync/Half-Async pattern when
2727

2828
## Real world examples
2929

30-
* [BSD Unix networking subsystem](http://www.cs.wustl.edu/~schmidt/PDF/PLoP-95.pdf)
30+
* [BSD Unix networking subsystem](https://www.dre.vanderbilt.edu/~schmidt/PDF/PLoP-95.pdf)
3131
* [Real Time CORBA](http://www.omg.org/news/meetings/workshops/presentations/realtime2001/4-3_Pyarali_thread-pool.pdf)
3232
* [Android AsyncTask framework](http://developer.android.com/reference/android/os/AsyncTask.html)
3333

3434
## Credits
3535

36-
* [Douglas C. Schmidt and Charles D. Cranor - Half Sync/Half Async](http://www.cs.wustl.edu/~schmidt/PDF/PLoP-95.pdf)
36+
* [Douglas C. Schmidt and Charles D. Cranor - Half Sync/Half Async](https://www.dre.vanderbilt.edu/~schmidt/PDF/PLoP-95.pdf)
3737
* [Pattern Oriented Software Architecture Vol I-V](http://www.amazon.com/Pattern-Oriented-Software-Architecture-Volume-Patterns/dp/0471958697)

intercepting-filter/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ Use the Intercepting Filter pattern when
3030
## Real world examples
3131

3232
* [javax.servlet.FilterChain](https://tomcat.apache.org/tomcat-8.0-doc/servletapi/javax/servlet/FilterChain.html) and [javax.servlet.Filter](https://tomcat.apache.org/tomcat-8.0-doc/servletapi/javax/servlet/Filter.html)
33-
* [Struts 2 - Interceptors](https://struts.apache.org/docs/interceptors.html)
33+
* [Struts 2 - Interceptors](https://struts.apache.org/core-developers/interceptors.html)
3434

3535
## Credits
3636

3737
* [TutorialsPoint - Intercepting Filter](http://www.tutorialspoint.com/design_pattern/intercepting_filter_pattern.htm)
38-
* [Presentation Tier Patterns](http://www.javagyan.com/tutorials/corej2eepatterns/presentation-tier-patterns)

0 commit comments

Comments
 (0)