Skip to content

Commit 26d67e0

Browse files
committed
Update equation src URL
1 parent 61c5f87 commit 26d67e0

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/special/abs

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/special/abs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The [absolute value][absolute-value] is defined as
3131
<!-- <equation class="equation" label="eq:absolute_value" align="center" raw="|x| = \begin{cases} x & \textrm{if}\ x \geq 0 \\ -x & \textrm{if}\ x < 0\end{cases}" alt="Absolute value"> -->
3232

3333
<div class="equation" align="center" data-raw-text="|x| = \begin{cases} x &amp; \textrm{if}\ x \geq 0 \\ -x &amp; \textrm{if}\ x &lt; 0\end{cases}" data-equation="eq:absolute_value">
34-
<img src="" alt="Absolute value">
34+
<img src="https://cdn.rawgit.com/stdlib-js/stdlib/61c5f878886bd5b3b98976501c974bf69f575238/lib/node_modules/@stdlib/math/special/abs/docs/img/equation_absolute_value.svg" alt="Absolute value">
3535
<br>
3636
</div>
3737

0 commit comments

Comments
 (0)