Skip to content

Commit

Permalink
docs: fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
khawarizmus committed Nov 25, 2023
1 parent 39fb79d commit 7409bd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A TypeScript library for calculating Islamic prayer times, built with reactivity in mind. Compatible with both Node.js and the browser.

For insights into the motivation and features of this project, visit the [Why prayers-call](https://prayers-ts.netlify.app/guide/introduction.html#why-this-library) section.
For insights into the motivation and features of this project, visit the [Why prayers-call](https://prayers-call.netlify.app/guide/introduction.html#why-this-library) section.

[![npm version](https://badge.fury.io/js/prayers-call.svg)](https://badge.fury.io/js/prayers-call)

Expand All @@ -14,7 +14,7 @@ npm install --save prayers-call

## Usage

[Documentation](https://prayers-ts.netlify.app)
[Documentation](https://prayers-call.netlify.app)

# Credit

Expand Down
6 changes: 3 additions & 3 deletions src/types/CalculationsConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export interface CalculationsConfig {
* */
longitude: number
/**
* Method used for the calculation, see [Calculation methods](https://prayers-ts.netlify.app/config/methods.html)
* Method used for the calculation, see [Calculation methods](https://prayers-call.netlify.app/config/methods.html)
* @defaultValue Methods.UMM_AL_QURA
* */
method?: Methods | CustomMethod
Expand All @@ -62,7 +62,7 @@ export interface CalculationsConfig {
adjustments?: Partial<PrayerAdjustments>
/**
* Rule to use for calculating prayer times at high latitudes.
* see [Advanced config](https://prayers-ts.netlify.app/config/config.html#advanced-configuration)
* see [Advanced config](https://prayers-call.netlify.app/config/config.html#advanced-configuration)
* @defaultValue HighLatitudeRule.MiddleOfTheNight
* */
highLatitudeRule?: ValueOf<typeof HighLatitudeRule>
Expand All @@ -73,7 +73,7 @@ export interface CalculationsConfig {
asrTime?: AsrTime
/**
* How to handle Midnight Sun & Polar Night days.
* see [Advanced config](https://prayers-ts.netlify.app/config/config.html#advanced-configuration)
* see [Advanced config](https://prayers-call.netlify.app/config/config.html#advanced-configuration)
* @defaultValue PolarCircleResolution.Unresolved
* */
polarCircleResolution?: ValueOf<typeof PolarCircleResolution>
Expand Down

0 comments on commit 7409bd4

Please sign in to comment.