From 7409bd4b32707c6d11fde31d0aa1485926df778f Mon Sep 17 00:00:00 2001 From: gimy Date: Sat, 25 Nov 2023 09:10:13 +0800 Subject: [PATCH] docs: fix url --- README.md | 4 ++-- src/types/CalculationsConfig.ts | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b78501b..1119166 100644 --- a/README.md +++ b/README.md @@ -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) @@ -14,7 +14,7 @@ npm install --save prayers-call ## Usage -[Documentation](https://prayers-ts.netlify.app) +[Documentation](https://prayers-call.netlify.app) # Credit diff --git a/src/types/CalculationsConfig.ts b/src/types/CalculationsConfig.ts index 096760f..611cbc4 100644 --- a/src/types/CalculationsConfig.ts +++ b/src/types/CalculationsConfig.ts @@ -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 @@ -62,7 +62,7 @@ export interface CalculationsConfig { adjustments?: Partial /** * 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 @@ -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