You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/com/kosherjava/zmanim/hebrewcalendar/package-info.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
/**
2
2
* This package contain classes that represent a <a href="https://en.wikipedia.org/wiki/Hebrew_calendar">Jewish Date/Calendar</a>,
3
3
* and allows conversion between {@link JewishDate Jewish} and {@link java.time.LocalDate Gregorian dates}. The main calendar
4
-
* classes {@link JewishCalendar} and {@link JewishDate} are based on <a href="http://www.facebook.com/avromf">Avrom Finkelstein's</a> code from 2002,
4
+
* classes {@link JewishCalendar} and {@link JewishDate} are based on <a href="https://www.linkedin.com/in/avromf/">Avrom Finkelstein's</a> code from 2002,
5
5
* refactored to fit the Zmanim API. The parsha and season-based <em>tefila</em> change code was ported by Y. Paritcher from his
0 commit comments