Skip to content

Commit 4bf8313

Browse files
committed
Fix link reference error
1 parent b6a02f0 commit 4bf8313

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dabest/_stats_tools/effsize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def cohens_h(control:list|tuple|np.ndarray,
221221
)->float:
222222
'''
223223
Computes Cohen's h for test v.s. control.
224-
See [here](https://en.wikipedia.org/wiki/Cohen%27s_h for reference.)
224+
See [here](https://en.wikipedia.org/wiki/Cohen%27s_h) for reference.
225225
226226
`Notes`:
227227

nbs/API/effsize.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@
301301
" )->float:\n",
302302
" '''\n",
303303
" Computes Cohen's h for test v.s. control.\n",
304-
" See [here](https://en.wikipedia.org/wiki/Cohen%27s_h for reference.)\n",
304+
" See [here](https://en.wikipedia.org/wiki/Cohen%27s_h) for reference.\n",
305305
" \n",
306306
" `Notes`:\n",
307307
" \n",

0 commit comments

Comments
 (0)