You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/it-tests/src/monorepo/package-metadata.test.ts
+2-2
Original file line number
Diff line number
Diff line change
@@ -75,15 +75,15 @@ test('All packages should have a README.md file', () => {
75
75
constwebcodecsLicenseDisclaimer=[
76
76
'',
77
77
'## License',
78
-
'This package is licensed under the [/docs/license](Remotion License).',
78
+
'This package is licensed under the [Remotion License](/docs/license).',
79
79
'We consider a team of 4 or more people a "company".',
80
80
'',
81
81
'**For "companies"**: A Remotion Company license needs to be obtained to use this package.',
82
82
'In a future version of `@remotion/webcodecs`, this package will also require the purchase of a newly created "WebCodecs Conversion Seat". [Get in touch](https://remotion.dev/contact) with us if you are planning to use this package.',
83
83
'',
84
84
'**For individuals and teams up to 3**: You can use this package for free.',
85
85
'',
86
-
'This is a short, non-binding explanation of our license. See the [https://remotion.dev/docs/license](License) itself for more details.',
86
+
'This is a short, non-binding explanation of our license. See the [License](https://remotion.dev/docs/license) itself for more details.',
0 commit comments