mirror of
https://github.com/fosrl/docs.git
synced 2025-05-12 21:30:43 +01:00
Fix url
This commit is contained in:
parent
0d2c3d592d
commit
c46ad5bf8f
2 changed files with 3 additions and 3 deletions
|
@ -85,4 +85,4 @@ The licensee would need to purchase additional site keys to remove the banner an
|
||||||
|
|
||||||
# TOS / License
|
# TOS / License
|
||||||
|
|
||||||
By purchasing any Professional Edition license key you agree to abide by the [Fossorial Commercial License - Professional Edition Subscription Terms](https://docs.fossorial.io/license.html).
|
By purchasing any Professional Edition license key you agree to abide by the [Fossorial Commercial License - Professional Edition Subscription Terms](https://fossorial.io/license.html).
|
||||||
|
|
|
@ -194,7 +194,7 @@ const PricingComponent = () => {
|
||||||
clipRule="evenodd"
|
clipRule="evenodd"
|
||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
<a href="/license.html">Fossorial Commercial License</a>
|
<a href="https://fossorial.io/license.html">Fossorial Commercial License</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
@ -444,7 +444,7 @@ const PricingComponent = () => {
|
||||||
<p style={styles.textMuted}>
|
<p style={styles.textMuted}>
|
||||||
By purchasing any Professional Edition license key you agree to
|
By purchasing any Professional Edition license key you agree to
|
||||||
abide by the{" "}
|
abide by the{" "}
|
||||||
<a href="/license.html">
|
<a href="https://fossorial.io/license.html">
|
||||||
Fossorial Commercial License - Professional Edition Subscription
|
Fossorial Commercial License - Professional Edition Subscription
|
||||||
Terms
|
Terms
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue