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
|
||||
|
||||
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"
|
||||
/>
|
||||
</svg>
|
||||
<a href="/license.html">Fossorial Commercial License</a>
|
||||
<a href="https://fossorial.io/license.html">Fossorial Commercial License</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
@ -444,7 +444,7 @@ const PricingComponent = () => {
|
|||
<p style={styles.textMuted}>
|
||||
By purchasing any Professional Edition license key you agree to
|
||||
abide by the{" "}
|
||||
<a href="/license.html">
|
||||
<a href="https://fossorial.io/license.html">
|
||||
Fossorial Commercial License - Professional Edition Subscription
|
||||
Terms
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue