Skip to content

Commit 7abbb1f

Browse files
committed
[Templates] Fix links to http://useionic.com
1 parent 083257b commit 7abbb1f

File tree

7 files changed

+57
-57
lines changed
  • src
    • Components
    • ProjectTemplates/Web.ProjectTemplates/content
      • BlazorServerWeb-CSharp/wwwroot/css/open-iconic
      • ComponentsWebAssembly-CSharp/Client/wwwroot/css/open-iconic

7 files changed

+57
-57
lines changed

src/Components/Samples/BlazorServerApp/wwwroot/css/open-iconic/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
[Open Iconic v1.1.1](http://useiconic.com/open)
1+
[Open Iconic v1.1.1](https://ionic.io/ionicons)
22
===========
33

4-
### Open Iconic is the open source sibling of [Iconic](http://useiconic.com). It is a hyper-legible collection of 223 icons with a tiny footprint—ready to use with Bootstrap and Foundation. [View the collection](http://useiconic.com/open#icons)
4+
### Open Iconic is the open source sibling of [Iconic](https://ionic.io/ionicons). It is a hyper-legible collection of 223 icons with a tiny footprint—ready to use with Bootstrap and Foundation. [View the collection](https://ionic.io/ionicons)
55

66

77

88
## What's in Open Iconic?
99

1010
* 223 icons designed to be legible down to 8 pixels
11-
* Super-light SVG files - 61.8 for the entire set
11+
* Super-light SVG files - 61.8 for the entire set
1212
* SVG sprite—the modern replacement for icon fonts
1313
* Webfont (EOT, OTF, SVG, TTF, WOFF), PNG and WebP formats
1414
* Webfont stylesheets (including versions for Bootstrap and Foundation) in CSS, LESS, SCSS and Stylus formats
@@ -17,7 +17,7 @@
1717

1818
## Getting Started
1919

20-
#### For code samples and everything else you need to get started with Open Iconic, check out our [Icons](http://useiconic.com/open#icons) and [Reference](http://useiconic.com/open#reference) sections.
20+
#### For code samples and everything else you need to get started with Open Iconic, check out our [Icons](https://ionic.io/ionicons) and [Reference](https://ionic.io/ionicons) sections.
2121

2222
### General Usage
2323

@@ -33,7 +33,7 @@ We like SVGs and we think they're the way to display icons on the web. Since Ope
3333

3434
Open Iconic also comes in a SVG sprite which allows you to display all the icons in the set with a single request. It's like an icon font, without being a hack.
3535

36-
Adding an icon from an SVG sprite is a little different than what you're used to, but it's still a piece of cake. *Tip: To make your icons easily style able, we suggest adding a general class to the* `<svg>` *tag and a unique class name for each different icon in the* `<use>` *tag.*
36+
Adding an icon from an SVG sprite is a little different than what you're used to, but it's still a piece of cake. *Tip: To make your icons easily style able, we suggest adding a general class to the* `<svg>` *tag and a unique class name for each different icon in the* `<use>` *tag.*
3737

3838
```
3939
<svg class="icon">

src/Components/THIRD-PARTY-NOTICES.txt

+27-27
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
1-
Blazor uses third-party libraries or other resources that may be distributed under licenses different than the Blazor software.
1+
Blazor uses third-party libraries or other resources that may be distributed under licenses different than the Blazor software.
22

3-
In the event that we accidentally failed to list a required notice, please bring it to our attention.
3+
In the event that we accidentally failed to list a required notice, please bring it to our attention.
44

5-
Post an issue or email us:
5+
Post an issue or email us:
66

7-
7+
88

9-
The attached notices are provided for information only.
9+
The attached notices are provided for information only.
1010

1111
The actual third-party libraries or other resources may vary depending on the Blazor package.
1212

1313
1. Mono (http://www.mono-project.com/docs/about-mono/)
14-
Includes:mono/utils/memcheck.h
15-
Includes:mono/utils/freebsd-dwarf.h
16-
Includes:mono/utils/freebsd-elf_common.h
17-
Includes:mono/utils/freebsd-elf64.h
18-
Includes:mono/utils/freebsd-elf32.h
19-
Includes:mono/utils/bsearch.c
20-
Includes:mono/metadata/w32file-unix-glob.c
21-
Includes:mono/metadata/w32file-unix-glob.h
14+
Includes:mono/utils/memcheck.h
15+
Includes:mono/utils/freebsd-dwarf.h
16+
Includes:mono/utils/freebsd-elf_common.h
17+
Includes:mono/utils/freebsd-elf64.h
18+
Includes:mono/utils/freebsd-elf32.h
19+
Includes:mono/utils/bsearch.c
20+
Includes:mono/metadata/w32file-unix-glob.c
21+
Includes:mono/metadata/w32file-unix-glob.h
2222
2. AngleSharp (https://github.com/AngleSharp/AngleSharp)
2323
3. SimpleJson (https://github.com/facebook-csharp-sdk/simple-json)
2424
4. Bootstrap (https://github.com/twbs/bootstrap)
25-
5. Open Iconic (http://useiconic.com/open)
25+
5. Open Iconic (https://ionic.io/ionicons)
2626
6. fast-text-encoding (https://github.com/samthor/fast-text-encoding)
2727

2828

29-
%% License notice for Mono
29+
%% License notice for Mono
3030
=========================================
3131
In general, the runtime and its class libraries are licensed under the
3232
terms of the MIT license, and some third party code is licensed under
@@ -49,12 +49,12 @@ furnished to do so, subject to the following conditions:
4949
The above copyright notice and this permission notice shall be included in all
5050
copies or substantial portions of the Software.
5151

52-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
53-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
54-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
55-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
56-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
57-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
52+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
53+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
54+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
55+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
56+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
57+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
5858
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5959
=========================================
6060
The following code is linked with the final Mono runtime, the libmono
@@ -82,16 +82,16 @@ embeddable runtime:
8282
1. Redistributions of source code must retain the above copyright
8383
notice, this list of conditions and the following disclaimer.
8484

85-
2. The origin of this software must not be misrepresented; you must
86-
not claim that you wrote the original software. If you use this
87-
software in a product, an acknowledgment in the product
85+
2. The origin of this software must not be misrepresented; you must
86+
not claim that you wrote the original software. If you use this
87+
software in a product, an acknowledgment in the product
8888
documentation would be appreciated but is not required.
8989

9090
3. Altered source versions must be plainly marked as such, and must
9191
not be misrepresented as being the original software.
9292

93-
4. The name of the author may not be used to endorse or promote
94-
products derived from this software without specific prior written
93+
4. The name of the author may not be used to endorse or promote
94+
products derived from this software without specific prior written
9595
permission.
9696

9797
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
@@ -316,7 +316,7 @@ mono/metadata/w32file-unix-glob.h
316316
=========================================
317317

318318

319-
%% License notice for AngleSharp
319+
%% License notice for AngleSharp
320320
=========================================
321321
The MIT License (MIT)
322322

src/Components/WebAssembly/Samples/HostedBlazorWebassemblyApp/Client/wwwroot/css/open-iconic/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
[Open Iconic v1.1.1](http://useiconic.com/open)
1+
[Open Iconic v1.1.1](https://ionic.io/ionicons)
22
===========
33

4-
### Open Iconic is the open source sibling of [Iconic](http://useiconic.com). It is a hyper-legible collection of 223 icons with a tiny footprint&mdash;ready to use with Bootstrap and Foundation. [View the collection](http://useiconic.com/open#icons)
4+
### Open Iconic is the open source sibling of [Iconic](https://ionic.io/ionicons). It is a hyper-legible collection of 223 icons with a tiny footprint&mdash;ready to use with Bootstrap and Foundation. [View the collection](https://ionic.io/ionicons)
55

66

77

88
## What's in Open Iconic?
99

1010
* 223 icons designed to be legible down to 8 pixels
11-
* Super-light SVG files - 61.8 for the entire set
11+
* Super-light SVG files - 61.8 for the entire set
1212
* SVG sprite&mdash;the modern replacement for icon fonts
1313
* Webfont (EOT, OTF, SVG, TTF, WOFF), PNG and WebP formats
1414
* Webfont stylesheets (including versions for Bootstrap and Foundation) in CSS, LESS, SCSS and Stylus formats
@@ -17,7 +17,7 @@
1717

1818
## Getting Started
1919

20-
#### For code samples and everything else you need to get started with Open Iconic, check out our [Icons](http://useiconic.com/open#icons) and [Reference](http://useiconic.com/open#reference) sections.
20+
#### For code samples and everything else you need to get started with Open Iconic, check out our [Icons](https://ionic.io/ionicons) and [Reference](https://ionic.io/ionicons) sections.
2121

2222
### General Usage
2323

@@ -33,7 +33,7 @@ We like SVGs and we think they're the way to display icons on the web. Since Ope
3333

3434
Open Iconic also comes in a SVG sprite which allows you to display all the icons in the set with a single request. It's like an icon font, without being a hack.
3535

36-
Adding an icon from an SVG sprite is a little different than what you're used to, but it's still a piece of cake. *Tip: To make your icons easily style able, we suggest adding a general class to the* `<svg>` *tag and a unique class name for each different icon in the* `<use>` *tag.*
36+
Adding an icon from an SVG sprite is a little different than what you're used to, but it's still a piece of cake. *Tip: To make your icons easily style able, we suggest adding a general class to the* `<svg>` *tag and a unique class name for each different icon in the* `<use>` *tag.*
3737

3838
```
3939
<svg class="icon">

src/Components/WebAssembly/testassets/StandaloneApp/wwwroot/css/open-iconic/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
[Open Iconic v1.1.1](http://useiconic.com/open)
1+
[Open Iconic v1.1.1](https://ionic.io/ionicons)
22
===========
33

4-
### Open Iconic is the open source sibling of [Iconic](http://useiconic.com). It is a hyper-legible collection of 223 icons with a tiny footprint&mdash;ready to use with Bootstrap and Foundation. [View the collection](http://useiconic.com/open#icons)
4+
### Open Iconic is the open source sibling of [Iconic](https://ionic.io/ionicons). It is a hyper-legible collection of 223 icons with a tiny footprint&mdash;ready to use with Bootstrap and Foundation. [View the collection](https://ionic.io/ionicons)
55

66

77

88
## What's in Open Iconic?
99

1010
* 223 icons designed to be legible down to 8 pixels
11-
* Super-light SVG files - 61.8 for the entire set
11+
* Super-light SVG files - 61.8 for the entire set
1212
* SVG sprite&mdash;the modern replacement for icon fonts
1313
* Webfont (EOT, OTF, SVG, TTF, WOFF), PNG and WebP formats
1414
* Webfont stylesheets (including versions for Bootstrap and Foundation) in CSS, LESS, SCSS and Stylus formats
@@ -17,7 +17,7 @@
1717

1818
## Getting Started
1919

20-
#### For code samples and everything else you need to get started with Open Iconic, check out our [Icons](http://useiconic.com/open#icons) and [Reference](http://useiconic.com/open#reference) sections.
20+
#### For code samples and everything else you need to get started with Open Iconic, check out our [Icons](https://ionic.io/ionicons) and [Reference](https://ionic.io/ionicons) sections.
2121

2222
### General Usage
2323

@@ -33,7 +33,7 @@ We like SVGs and we think they're the way to display icons on the web. Since Ope
3333

3434
Open Iconic also comes in a SVG sprite which allows you to display all the icons in the set with a single request. It's like an icon font, without being a hack.
3535

36-
Adding an icon from an SVG sprite is a little different than what you're used to, but it's still a piece of cake. *Tip: To make your icons easily style able, we suggest adding a general class to the* `<svg>` *tag and a unique class name for each different icon in the* `<use>` *tag.*
36+
Adding an icon from an SVG sprite is a little different than what you're used to, but it's still a piece of cake. *Tip: To make your icons easily style able, we suggest adding a general class to the* `<svg>` *tag and a unique class name for each different icon in the* `<use>` *tag.*
3737

3838
```
3939
<svg class="icon">

src/Components/test/testassets/ComponentsApp.Server/wwwroot/css/open-iconic/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
[Open Iconic v1.1.1](http://useiconic.com/open)
1+
[Open Iconic v1.1.1](https://ionic.io/ionicons)
22
===========
33

4-
### Open Iconic is the open source sibling of [Iconic](http://useiconic.com). It is a hyper-legible collection of 223 icons with a tiny footprint&mdash;ready to use with Bootstrap and Foundation. [View the collection](http://useiconic.com/open#icons)
4+
### Open Iconic is the open source sibling of [Iconic](https://ionic.io/ionicons). It is a hyper-legible collection of 223 icons with a tiny footprint&mdash;ready to use with Bootstrap and Foundation. [View the collection](https://ionic.io/ionicons)
55

66

77

88
## What's in Open Iconic?
99

1010
* 223 icons designed to be legible down to 8 pixels
11-
* Super-light SVG files - 61.8 for the entire set
11+
* Super-light SVG files - 61.8 for the entire set
1212
* SVG sprite&mdash;the modern replacement for icon fonts
1313
* Webfont (EOT, OTF, SVG, TTF, WOFF), PNG and WebP formats
1414
* Webfont stylesheets (including versions for Bootstrap and Foundation) in CSS, LESS, SCSS and Stylus formats
@@ -17,7 +17,7 @@
1717

1818
## Getting Started
1919

20-
#### For code samples and everything else you need to get started with Open Iconic, check out our [Icons](http://useiconic.com/open#icons) and [Reference](http://useiconic.com/open#reference) sections.
20+
#### For code samples and everything else you need to get started with Open Iconic, check out our [Icons](https://ionic.io/ionicons) and [Reference](https://ionic.io/ionicons) sections.
2121

2222
### General Usage
2323

@@ -33,7 +33,7 @@ We like SVGs and we think they're the way to display icons on the web. Since Ope
3333

3434
Open Iconic also comes in a SVG sprite which allows you to display all the icons in the set with a single request. It's like an icon font, without being a hack.
3535

36-
Adding an icon from an SVG sprite is a little different than what you're used to, but it's still a piece of cake. *Tip: To make your icons easily style able, we suggest adding a general class to the* `<svg>` *tag and a unique class name for each different icon in the* `<use>` *tag.*
36+
Adding an icon from an SVG sprite is a little different than what you're used to, but it's still a piece of cake. *Tip: To make your icons easily style able, we suggest adding a general class to the* `<svg>` *tag and a unique class name for each different icon in the* `<use>` *tag.*
3737

3838
```
3939
<svg class="icon">

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp/wwwroot/css/open-iconic/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
[Open Iconic v1.1.1](http://useiconic.com/open)
1+
[Open Iconic v1.1.1](https://ionic.io/ionicons)
22
===========
33

4-
### Open Iconic is the open source sibling of [Iconic](http://useiconic.com). It is a hyper-legible collection of 223 icons with a tiny footprint&mdash;ready to use with Bootstrap and Foundation. [View the collection](http://useiconic.com/open#icons)
4+
### Open Iconic is the open source sibling of [Iconic](https://ionic.io/ionicons). It is a hyper-legible collection of 223 icons with a tiny footprint&mdash;ready to use with Bootstrap and Foundation. [View the collection](https://ionic.io/ionicons)
55

66

77

88
## What's in Open Iconic?
99

1010
* 223 icons designed to be legible down to 8 pixels
11-
* Super-light SVG files - 61.8 for the entire set
11+
* Super-light SVG files - 61.8 for the entire set
1212
* SVG sprite&mdash;the modern replacement for icon fonts
1313
* Webfont (EOT, OTF, SVG, TTF, WOFF), PNG and WebP formats
1414
* Webfont stylesheets (including versions for Bootstrap and Foundation) in CSS, LESS, SCSS and Stylus formats
@@ -17,7 +17,7 @@
1717

1818
## Getting Started
1919

20-
#### For code samples and everything else you need to get started with Open Iconic, check out our [Icons](http://useiconic.com/open#icons) and [Reference](http://useiconic.com/open#reference) sections.
20+
#### For code samples and everything else you need to get started with Open Iconic, check out our [Icons](https://ionic.io/ionicons) and [Reference](https://ionic.io/ionicons) sections.
2121

2222
### General Usage
2323

@@ -33,7 +33,7 @@ We like SVGs and we think they're the way to display icons on the web. Since Ope
3333

3434
Open Iconic also comes in a SVG sprite which allows you to display all the icons in the set with a single request. It's like an icon font, without being a hack.
3535

36-
Adding an icon from an SVG sprite is a little different than what you're used to, but it's still a piece of cake. *Tip: To make your icons easily style able, we suggest adding a general class to the* `<svg>` *tag and a unique class name for each different icon in the* `<use>` *tag.*
36+
Adding an icon from an SVG sprite is a little different than what you're used to, but it's still a piece of cake. *Tip: To make your icons easily style able, we suggest adding a general class to the* `<svg>` *tag and a unique class name for each different icon in the* `<use>` *tag.*
3737

3838
```
3939
<svg class="icon">

src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/Client/wwwroot/css/open-iconic/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
[Open Iconic v1.1.1](http://useiconic.com/open)
1+
[Open Iconic v1.1.1](https://ionic.io/ionicons)
22
===========
33

4-
### Open Iconic is the open source sibling of [Iconic](http://useiconic.com). It is a hyper-legible collection of 223 icons with a tiny footprint&mdash;ready to use with Bootstrap and Foundation. [View the collection](http://useiconic.com/open#icons)
4+
### Open Iconic is the open source sibling of [Iconic](https://ionic.io/ionicons). It is a hyper-legible collection of 223 icons with a tiny footprint&mdash;ready to use with Bootstrap and Foundation. [View the collection](https://ionic.io/ionicons)
55

66

77

88
## What's in Open Iconic?
99

1010
* 223 icons designed to be legible down to 8 pixels
11-
* Super-light SVG files - 61.8 for the entire set
11+
* Super-light SVG files - 61.8 for the entire set
1212
* SVG sprite&mdash;the modern replacement for icon fonts
1313
* Webfont (EOT, OTF, SVG, TTF, WOFF), PNG and WebP formats
1414
* Webfont stylesheets (including versions for Bootstrap and Foundation) in CSS, LESS, SCSS and Stylus formats
@@ -17,7 +17,7 @@
1717

1818
## Getting Started
1919

20-
#### For code samples and everything else you need to get started with Open Iconic, check out our [Icons](http://useiconic.com/open#icons) and [Reference](http://useiconic.com/open#reference) sections.
20+
#### For code samples and everything else you need to get started with Open Iconic, check out our [Icons](https://ionic.io/ionicons) and [Reference](https://ionic.io/ionicons) sections.
2121

2222
### General Usage
2323

@@ -33,7 +33,7 @@ We like SVGs and we think they're the way to display icons on the web. Since Ope
3333

3434
Open Iconic also comes in a SVG sprite which allows you to display all the icons in the set with a single request. It's like an icon font, without being a hack.
3535

36-
Adding an icon from an SVG sprite is a little different than what you're used to, but it's still a piece of cake. *Tip: To make your icons easily style able, we suggest adding a general class to the* `<svg>` *tag and a unique class name for each different icon in the* `<use>` *tag.*
36+
Adding an icon from an SVG sprite is a little different than what you're used to, but it's still a piece of cake. *Tip: To make your icons easily style able, we suggest adding a general class to the* `<svg>` *tag and a unique class name for each different icon in the* `<use>` *tag.*
3737

3838
```
3939
<svg class="icon">

0 commit comments

Comments
 (0)