Skip to content

Commit 6cf634c

Browse files
SnipxiText-CI
authored andcommitted
Replace http links in Nuspec file with https ones
DEVSIX-3067
1 parent f68ce98 commit 6cf634c

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

itext/itext.font-asian/iText Asian Font.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<title>iText 7 Asian Font</title>
77
<authors>iText Software</authors>
88
<owners>iText Software</owners>
9-
<licenseUrl>http://www.gnu.org/licenses/agpl.html</licenseUrl>
10-
<projectUrl>http://itextpdf.com/</projectUrl>
11-
<iconUrl>http://itextpdf.com/sites/default/files/ITSC-avatar.png</iconUrl>
9+
<licenseUrl>https://www.gnu.org/licenses/agpl.html</licenseUrl>
10+
<projectUrl>https://itextpdf.com/</projectUrl>
11+
<iconUrl>https://itextpdf.com/sites/default/files/ITSC-avatar.png</iconUrl>
1212
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1313
<description>iText Asian fonts for use in conjunction with iText 7, an open source PDF library</description>
1414
<summary></summary>
15-
<releaseNotes>http://itextpdf.com/itext7release</releaseNotes>
15+
<releaseNotes>https://itextpdf.com/itext7release</releaseNotes>
1616
<copyright>Copyright (c) 1998-2019 iText Group NV</copyright>
1717
<language>en-US</language>
1818
<tags>itext itext7 itextsharp c# .net csharp pdf asian font-asian</tags>

itext/itext.hyph/iText Hyph.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<title>iText 7 Hyph</title>
77
<authors>iText Software</authors>
88
<owners>iText Software</owners>
9-
<licenseUrl>http://www.gnu.org/licenses/agpl.html</licenseUrl>
10-
<projectUrl>http://itextpdf.com/</projectUrl>
11-
<iconUrl>http://itextpdf.com/sites/default/files/ITSC-avatar.png</iconUrl>
9+
<licenseUrl>https://www.gnu.org/licenses/agpl.html</licenseUrl>
10+
<projectUrl>https://itextpdf.com/</projectUrl>
11+
<iconUrl>https://itextpdf.com/sites/default/files/ITSC-avatar.png</iconUrl>
1212
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1313
<description>XML files that can be used for hyphenation with iText 7, an open source PDF library</description>
1414
<summary></summary>
15-
<releaseNotes>http://itextpdf.com/itext7release</releaseNotes>
15+
<releaseNotes>https://itextpdf.com/itext7release</releaseNotes>
1616
<copyright>Copyright (c) 1998-2019 iText Group NV</copyright>
1717
<language>en-US</language>
1818
<tags>itext itext7 itextsharp c# .net csharp pdf hyphenation hyph</tags>

itext/itext.pdftest/itext7-pdftest.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<title>iText 7 pdftest module</title>
77
<authors>iText Software</authors>
88
<owners>iText Software</owners>
9-
<licenseUrl>http://www.gnu.org/licenses/agpl.html</licenseUrl>
10-
<projectUrl>http://itextpdf.com/</projectUrl>
11-
<iconUrl>http://itextpdf.com/sites/default/files/ITSC-avatar.png</iconUrl>
9+
<licenseUrl>https://www.gnu.org/licenses/agpl.html</licenseUrl>
10+
<projectUrl>https://itextpdf.com/</projectUrl>
11+
<iconUrl>https://itextpdf.com/sites/default/files/ITSC-avatar.png</iconUrl>
1212
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1313
<description>A special module for test purposes</description>
1414
<summary></summary>
15-
<releaseNotes>http://itextpdf.com/itext7release</releaseNotes>
15+
<releaseNotes>https://itextpdf.com/itext7release</releaseNotes>
1616
<copyright>Copyright (c) 1998-2019 iText Group NV</copyright>
1717
<language>en-US</language>
1818
<tags>itext itext7 itextsharp c# .net csharp pdf tests</tags>

itext7.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<title>iText 7 Community</title>
77
<authors>iText Software</authors>
88
<owners>iText Software</owners>
9-
<licenseUrl>http://www.gnu.org/licenses/agpl.html</licenseUrl>
10-
<projectUrl>http://itextpdf.com/</projectUrl>
11-
<iconUrl>http://itextpdf.com/sites/default/files/ITSC-avatar.png</iconUrl>
9+
<licenseUrl>https://www.gnu.org/licenses/agpl.html</licenseUrl>
10+
<projectUrl>https://itextpdf.com/</projectUrl>
11+
<iconUrl>https://itextpdf.com/sites/default/files/ITSC-avatar.png</iconUrl>
1212
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1313
<description>iText 7 represents the next level of SDKs for developers that want to take advantage of the benefits PDF can bring. Equipped with a better document engine, high- and low-level programming capabilities and the ability to create, edit and enhance PDF documents, iText 7 can be a boon to nearly every workflow. iText 7 allows you to build custom PDF scenarios for web, mobile, desktop or cloud apps in Java and .NET.</description>
1414
<summary>iText for .NET is a port of the iText open source java library for PDF generation written entirely in C# for the .NET platform.</summary>
15-
<releaseNotes>http://itextpdf.com/itext7release</releaseNotes>
15+
<releaseNotes>https://itextpdf.com/itext7release</releaseNotes>
1616
<copyright>Copyright (c) 1998-2019 iText Group NV</copyright>
1717
<language>en-US</language>
1818
<tags>itext itext7 itextsharp c# .net csharp pdf itextcore core</tags>

0 commit comments

Comments
 (0)