mirror of
https://github.com/fosrl/pangolin.git
synced 2026-06-06 15:50:42 +00:00
update links
This commit is contained in:
@@ -107,7 +107,7 @@ the docs to illustrate some basic ideas.
|
|||||||
|
|
||||||
## Licensing
|
## Licensing
|
||||||
|
|
||||||
Pangolin is dual licensed under the AGPL-3 and the [Fossorial Commercial License](https://pangolin.net/fcl.html). For inquiries about commercial licensing, please contact us at [contact@pangolin.net](mailto:contact@pangolin.net).
|
Pangolin is dual licensed under the AGPL-3 and the [Fossorial Commercial License](https://pangolin.net/fcl). For inquiries about commercial licensing, please contact us at [contact@pangolin.net](mailto:contact@pangolin.net).
|
||||||
|
|
||||||
## Contributions
|
## Contributions
|
||||||
|
|
||||||
|
|||||||
@@ -109,7 +109,7 @@ export default async function Page(props: {
|
|||||||
{t.rich("loginLegalDisclaimer", {
|
{t.rich("loginLegalDisclaimer", {
|
||||||
termsOfService: (chunks) => (
|
termsOfService: (chunks) => (
|
||||||
<Link
|
<Link
|
||||||
href="https://pangolin.net/terms-of-service.html"
|
href="https://pangolin.net/tos"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="underline"
|
className="underline"
|
||||||
@@ -119,7 +119,7 @@ export default async function Page(props: {
|
|||||||
),
|
),
|
||||||
privacyPolicy: (chunks) => (
|
privacyPolicy: (chunks) => (
|
||||||
<Link
|
<Link
|
||||||
href="https://pangolin.net/privacy-policy.html"
|
href="https://pangolin.net/privacy"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="underline"
|
className="underline"
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ export default async function AuthFooter() {
|
|||||||
<>
|
<>
|
||||||
<Separator orientation="vertical" />
|
<Separator orientation="vertical" />
|
||||||
<a
|
<a
|
||||||
href="https://pangolin.net/terms-of-service.html"
|
href="https://pangolin.net/tos"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
aria-label="GitHub"
|
aria-label="GitHub"
|
||||||
@@ -101,7 +101,7 @@ export default async function AuthFooter() {
|
|||||||
</a>
|
</a>
|
||||||
<Separator orientation="vertical" />
|
<Separator orientation="vertical" />
|
||||||
<a
|
<a
|
||||||
href="https://pangolin.net/privacy-policy.html"
|
href="https://pangolin.net/privacy"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
aria-label="GitHub"
|
aria-label="GitHub"
|
||||||
|
|||||||
@@ -422,7 +422,7 @@ export default function GenerateLicenseKeyForm({
|
|||||||
{part}
|
{part}
|
||||||
{index === 0 && (
|
{index === 0 && (
|
||||||
<a
|
<a
|
||||||
href="https://pangolin.net/fcl.html"
|
href="https://pangolin.net/fcl"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-primary hover:underline"
|
className="text-primary hover:underline"
|
||||||
@@ -601,7 +601,7 @@ export default function GenerateLicenseKeyForm({
|
|||||||
"signUpTerms.IAgreeToThe"
|
"signUpTerms.IAgreeToThe"
|
||||||
)}{" "}
|
)}{" "}
|
||||||
<a
|
<a
|
||||||
href="https://pangolin.net/terms-of-service.html"
|
href="https://pangolin.net/tos"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-primary hover:underline"
|
className="text-primary hover:underline"
|
||||||
@@ -614,7 +614,7 @@ export default function GenerateLicenseKeyForm({
|
|||||||
"signUpTerms.and"
|
"signUpTerms.and"
|
||||||
)}{" "}
|
)}{" "}
|
||||||
<a
|
<a
|
||||||
href="https://pangolin.net/privacy-policy.html"
|
href="https://pangolin.net/privacy"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-primary hover:underline"
|
className="text-primary hover:underline"
|
||||||
@@ -658,12 +658,12 @@ export default function GenerateLicenseKeyForm({
|
|||||||
license
|
license
|
||||||
details:{" "}
|
details:{" "}
|
||||||
<a
|
<a
|
||||||
href="https://pangolin.net/fcl.html"
|
href="https://pangolin.net/fcl"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-primary hover:underline"
|
className="text-primary hover:underline"
|
||||||
>
|
>
|
||||||
https://pangolin.net/fcl.html
|
https://pangolin.net/fcl
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</FormLabel>
|
</FormLabel>
|
||||||
@@ -987,7 +987,7 @@ export default function GenerateLicenseKeyForm({
|
|||||||
"signUpTerms.IAgreeToThe"
|
"signUpTerms.IAgreeToThe"
|
||||||
)}{" "}
|
)}{" "}
|
||||||
<a
|
<a
|
||||||
href="https://pangolin.net/terms-of-service.html"
|
href="https://pangolin.net/tos"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-primary hover:underline"
|
className="text-primary hover:underline"
|
||||||
@@ -1000,7 +1000,7 @@ export default function GenerateLicenseKeyForm({
|
|||||||
"signUpTerms.and"
|
"signUpTerms.and"
|
||||||
)}{" "}
|
)}{" "}
|
||||||
<a
|
<a
|
||||||
href="https://pangolin.net/privacy-policy.html"
|
href="https://pangolin.net/privacy"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-primary hover:underline"
|
className="text-primary hover:underline"
|
||||||
@@ -1044,12 +1044,12 @@ export default function GenerateLicenseKeyForm({
|
|||||||
license
|
license
|
||||||
details:{" "}
|
details:{" "}
|
||||||
<a
|
<a
|
||||||
href="https://pangolin.net/fcl.html"
|
href="https://pangolin.net/fcl"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-primary hover:underline"
|
className="text-primary hover:underline"
|
||||||
>
|
>
|
||||||
https://pangolin.net/fcl.html
|
https://pangolin.net/fcl
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</FormLabel>
|
</FormLabel>
|
||||||
|
|||||||
@@ -389,7 +389,7 @@ export default function NewPricingLicenseForm({
|
|||||||
{part}
|
{part}
|
||||||
{index === 0 && (
|
{index === 0 && (
|
||||||
<a
|
<a
|
||||||
href="https://pangolin.net/fcl.html"
|
href="https://pangolin.net/fcl"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-primary hover:underline"
|
className="text-primary hover:underline"
|
||||||
@@ -548,7 +548,7 @@ export default function NewPricingLicenseForm({
|
|||||||
"signUpTerms.IAgreeToThe"
|
"signUpTerms.IAgreeToThe"
|
||||||
)}{" "}
|
)}{" "}
|
||||||
<a
|
<a
|
||||||
href="https://pangolin.net/terms-of-service.html"
|
href="https://pangolin.net/tos"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-primary hover:underline"
|
className="text-primary hover:underline"
|
||||||
@@ -561,7 +561,7 @@ export default function NewPricingLicenseForm({
|
|||||||
"signUpTerms.and"
|
"signUpTerms.and"
|
||||||
)}{" "}
|
)}{" "}
|
||||||
<a
|
<a
|
||||||
href="https://pangolin.net/privacy-policy.html"
|
href="https://pangolin.net/privacy"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-primary hover:underline"
|
className="text-primary hover:underline"
|
||||||
@@ -601,12 +601,12 @@ export default function NewPricingLicenseForm({
|
|||||||
"generateLicenseKeyForm.form.complianceConfirmation"
|
"generateLicenseKeyForm.form.complianceConfirmation"
|
||||||
)}{" "}
|
)}{" "}
|
||||||
<a
|
<a
|
||||||
href="https://pangolin.net/fcl.html"
|
href="https://pangolin.net/fcl"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-primary hover:underline"
|
className="text-primary hover:underline"
|
||||||
>
|
>
|
||||||
https://pangolin.net/fcl.html
|
https://pangolin.net/fcl
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</FormLabel>
|
</FormLabel>
|
||||||
@@ -799,7 +799,7 @@ export default function NewPricingLicenseForm({
|
|||||||
"signUpTerms.IAgreeToThe"
|
"signUpTerms.IAgreeToThe"
|
||||||
)}{" "}
|
)}{" "}
|
||||||
<a
|
<a
|
||||||
href="https://pangolin.net/terms-of-service.html"
|
href="https://pangolin.net/tos"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-primary hover:underline"
|
className="text-primary hover:underline"
|
||||||
@@ -812,7 +812,7 @@ export default function NewPricingLicenseForm({
|
|||||||
"signUpTerms.and"
|
"signUpTerms.and"
|
||||||
)}{" "}
|
)}{" "}
|
||||||
<a
|
<a
|
||||||
href="https://pangolin.net/privacy-policy.html"
|
href="https://pangolin.net/privacy"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-primary hover:underline"
|
className="text-primary hover:underline"
|
||||||
@@ -852,12 +852,12 @@ export default function NewPricingLicenseForm({
|
|||||||
"generateLicenseKeyForm.form.complianceConfirmation"
|
"generateLicenseKeyForm.form.complianceConfirmation"
|
||||||
)}{" "}
|
)}{" "}
|
||||||
<a
|
<a
|
||||||
href="https://pangolin.net/fcl.html"
|
href="https://pangolin.net/fcl"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-primary hover:underline"
|
className="text-primary hover:underline"
|
||||||
>
|
>
|
||||||
https://pangolin.net/fcl.html
|
https://pangolin.net/fcl
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</FormLabel>
|
</FormLabel>
|
||||||
|
|||||||
@@ -554,7 +554,7 @@ export default function SignupForm({
|
|||||||
"signUpTerms.IAgreeToThe"
|
"signUpTerms.IAgreeToThe"
|
||||||
)}{" "}
|
)}{" "}
|
||||||
<a
|
<a
|
||||||
href="https://pangolin.net/terms-of-service.html"
|
href="https://pangolin.net/tos"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-primary hover:underline"
|
className="text-primary hover:underline"
|
||||||
@@ -567,7 +567,7 @@ export default function SignupForm({
|
|||||||
"signUpTerms.and"
|
"signUpTerms.and"
|
||||||
)}{" "}
|
)}{" "}
|
||||||
<a
|
<a
|
||||||
href="https://pangolin.net/privacy-policy.html"
|
href="https://pangolin.net/privacy"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-primary hover:underline"
|
className="text-primary hover:underline"
|
||||||
|
|||||||
Reference in New Issue
Block a user