Skip to content

Commit

Permalink
Fixed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Mar 22, 2023
1 parent 3d6b1a7 commit 9ac016b
Show file tree
Hide file tree
Showing 29 changed files with 90 additions and 90 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
contact_links:
- name: Support
url: https://www.primefaces.org/primeng/support/
url: https://primeng.org/support
about: Professional support for the open source innovation.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
[![Actions CI](https://github.com/primefaces/primeng/workflows/NodeJS%20CI/badge.svg)](https://github.com/primefaces/primeng/actions/workflows/node.js.yml)
[![Discord Chat](https://img.shields.io/discord/557940238991753223.svg?color=7289da&label=chat&logo=discord)](https://discord.gg/gzKFYnpmCY)

[![PrimeNG Hero](https://www.primefaces.org/wp-content/uploads/2022/09/primeng-gh-readme.jpg)](https://www.primefaces.org/primeng)
[![PrimeNG Hero](https://www.primefaces.org/wp-content/uploads/2022/09/primeng-gh-readme.jpg)](https://primeng.org)

### Website

Visit the [PrimeNG Website](https://www.primefaces.org/primeng/) for general information, demos and documentation.
Visit the [PrimeNG Website](https://primeng.org) for general information, demos and documentation.
2 changes: 1 addition & 1 deletion src/app/components/dom/domhandler.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe('DomHandler', () => {
const childEl2 = document.createElement('a');
const childEl3 = document.createElement('a');
const childEl4 = document.createElement('button');
childEl2.setAttribute('href', 'https://www.primefaces.org/primeng/');
childEl2.setAttribute('href', 'https://primeng.org');
element.appendChild(childEl);
element.appendChild(childEl2);
element.appendChild(childEl3);
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/doc/galleria/advanceddoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ export class GalleriaAdvancedDemo implements OnInit, OnDestroy {
data: `
/* PhotoService */
{
itemImageSrc: 'https://primereact.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primereact.org/images/galleria/galleria1s.jpg',
itemImageSrc: 'https://primeng.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primeng.org/images/galleria/galleria1s.jpg',
alt: 'Description for Image 1',
title: 'Title 1'
},
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/doc/galleria/autoplaydoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ export class GalleriaAutoplayDemo implements OnInit {
data: `
/* PhotoService */
{
itemImageSrc: 'https://primereact.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primereact.org/images/galleria/galleria1s.jpg',
itemImageSrc: 'https://primeng.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primeng.org/images/galleria/galleria1s.jpg',
alt: 'Description for Image 1',
title: 'Title 1'
},
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/doc/galleria/basicdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ export class GalleriaBasicDemo implements OnInit {
data: `
/* PhotoService */
{
itemImageSrc: 'https://primereact.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primereact.org/images/galleria/galleria1s.jpg',
itemImageSrc: 'https://primeng.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primeng.org/images/galleria/galleria1s.jpg',
alt: 'Description for Image 1',
title: 'Title 1'
},
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/doc/galleria/captiondoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ export class GalleriaCaptionDemo implements OnInit {
data: `
/* PhotoService */
{
itemImageSrc: 'https://primereact.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primereact.org/images/galleria/galleria1s.jpg',
itemImageSrc: 'https://primeng.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primeng.org/images/galleria/galleria1s.jpg',
alt: 'Description for Image 1',
title: 'Title 1'
},
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/doc/galleria/controlleddoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ export class GalleriaControlledDemo implements OnInit {
data: `
/* PhotoService */
{
itemImageSrc: 'https://primereact.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primereact.org/images/galleria/galleria1s.jpg',
itemImageSrc: 'https://primeng.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primeng.org/images/galleria/galleria1s.jpg',
alt: 'Description for Image 1',
title: 'Title 1'
},
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/doc/galleria/fullscreen/customcontentdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ export class GalleriaFullScreenTemplateDemo implements OnInit {
data: `
/* PhotoService */
{
itemImageSrc: 'https://primereact.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primereact.org/images/galleria/galleria1s.jpg',
itemImageSrc: 'https://primeng.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primeng.org/images/galleria/galleria1s.jpg',
alt: 'Description for Image 1',
title: 'Title 1'
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ export class GalleriaFullScreenWithoutThumbnailsDemo implements OnInit {
data: `
/* PhotoService */
{
itemImageSrc: 'https://primereact.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primereact.org/images/galleria/galleria1s.jpg',
itemImageSrc: 'https://primeng.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primeng.org/images/galleria/galleria1s.jpg',
alt: 'Description for Image 1',
title: 'Title 1'
},
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/doc/galleria/fullscreen/withthumbnailsdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ export class GalleriaFullScreenWithThumbnailsDemo implements OnInit {
data: `
/* PhotoService */
{
itemImageSrc: 'https://primereact.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primereact.org/images/galleria/galleria1s.jpg',
itemImageSrc: 'https://primeng.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primeng.org/images/galleria/galleria1s.jpg',
alt: 'Description for Image 1',
title: 'Title 1'
},
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/doc/galleria/indicator/clickeventdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ export class GalleriaIndicatorClickEventDemo implements OnInit {
data: `
/* PhotoService */
{
itemImageSrc: 'https://primereact.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primereact.org/images/galleria/galleria1s.jpg',
itemImageSrc: 'https://primeng.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primeng.org/images/galleria/galleria1s.jpg',
alt: 'Description for Image 1',
title: 'Title 1'
},
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/doc/galleria/indicator/hovereventdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ export class GalleriaIndicatorHoverEventDemo implements OnInit {
data: `
/* PhotoService */
{
itemImageSrc: 'https://primereact.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primereact.org/images/galleria/galleria1s.jpg',
itemImageSrc: 'https://primeng.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primeng.org/images/galleria/galleria1s.jpg',
alt: 'Description for Image 1',
title: 'Title 1'
},
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/doc/galleria/indicator/positioneddoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ export class GalleriaIndicatorPositionedDemo implements OnInit {
data: `
/* PhotoService */
{
itemImageSrc: 'https://primereact.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primereact.org/images/galleria/galleria1s.jpg',
itemImageSrc: 'https://primeng.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primeng.org/images/galleria/galleria1s.jpg',
alt: 'Description for Image 1',
title: 'Title 1'
},
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/doc/galleria/indicator/templatedoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ export class GalleriaIndicatorTemplateDemo implements OnInit {
data: `
/* PhotoService */
{
itemImageSrc: 'https://primereact.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primereact.org/images/galleria/galleria1s.jpg',
itemImageSrc: 'https://primeng.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primeng.org/images/galleria/galleria1s.jpg',
alt: 'Description for Image 1',
title: 'Title 1'
},
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/doc/galleria/navigator/hoverdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ export class GalleriaNavigatorHoverDemo implements OnInit {
data: `
/* PhotoService */
{
itemImageSrc: 'https://primereact.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primereact.org/images/galleria/galleria1s.jpg',
itemImageSrc: 'https://primeng.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primeng.org/images/galleria/galleria1s.jpg',
alt: 'Description for Image 1',
title: 'Title 1'
},
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/doc/galleria/navigator/indicatorsdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ export class GalleriaNavigatorIndicatorsDemo implements OnInit {
data: `
/* PhotoService */
{
itemImageSrc: 'https://primereact.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primereact.org/images/galleria/galleria1s.jpg',
itemImageSrc: 'https://primeng.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primeng.org/images/galleria/galleria1s.jpg',
alt: 'Description for Image 1',
title: 'Title 1'
},
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/doc/galleria/navigator/itemthumbnailsdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ export class GalleriaNavigatorItemThumbnailsDemo implements OnInit {
data: `
/* PhotoService */
{
itemImageSrc: 'https://primereact.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primereact.org/images/galleria/galleria1s.jpg',
itemImageSrc: 'https://primeng.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primeng.org/images/galleria/galleria1s.jpg',
alt: 'Description for Image 1',
title: 'Title 1'
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ export class GalleriaItemWithoutThumbnailsDemo implements OnInit {
data: `
/* PhotoService */
{
itemImageSrc: 'https://primereact.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primereact.org/images/galleria/galleria1s.jpg',
itemImageSrc: 'https://primeng.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primeng.org/images/galleria/galleria1s.jpg',
alt: 'Description for Image 1',
title: 'Title 1'
},
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/doc/galleria/responsivedoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ export class GalleriaResponsiveDemo implements OnInit {
data: `
/* PhotoService */
{
itemImageSrc: 'https://primereact.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primereact.org/images/galleria/galleria1s.jpg',
itemImageSrc: 'https://primeng.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primeng.org/images/galleria/galleria1s.jpg',
alt: 'Description for Image 1',
title: 'Title 1'
},
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/doc/galleria/thumbnaildoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ export class GalleriaThumbnailDemo implements OnInit {
data: `
/* PhotoService */
{
itemImageSrc: 'https://primereact.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primereact.org/images/galleria/galleria1s.jpg',
itemImageSrc: 'https://primeng.org/images/galleria/galleria1.jpg',
thumbnailImageSrc: 'https://primeng.org/images/galleria/galleria1s.jpg',
alt: 'Description for Image 1',
title: 'Title 1'
},
Expand Down
4 changes: 2 additions & 2 deletions src/app/showcase/doc/menu/navigationdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class NavigationDoc implements OnInit {
{
label: 'File',
items: [
{ label: 'New', icon: 'pi pi-plus', url: 'http://www.primefaces.org/primeng' },
{ label: 'New', icon: 'pi pi-plus', url: 'https://primeng.org' },
{ label: 'Open', icon: 'pi pi-download', routerLink: ['/menu'] },
{ label: 'Recent Files', icon: 'pi pi-download', routerLink: ['/pagename'], queryParams: { recent: 'true' } }
]
Expand Down Expand Up @@ -63,7 +63,7 @@ export class MenuNavigationDemo implements OnInit {
this.items = [{
label: 'File',
items: [
{label: 'New', icon: 'pi pi-plus', url: 'http://www.primefaces.org/primeng'},
{label: 'New', icon: 'pi pi-plus', url: 'https://primeng.org'},
{label: 'Open', icon: 'pi pi-download', routerLink: ['/menu']},
{label: 'Recent Files', icon: 'pi pi-download', routerLink: ['/pagename'], queryParams: {'recent': 'true'}}
]
Expand Down
6 changes: 3 additions & 3 deletions src/app/showcase/doc/organizationchart/templatedoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Code } from '../../domain/code';
<p-organizationChart [value]="data">
<ng-template let-node pTemplate="default">
<div class="p-2 text-center">
<img src="https://primefaces.org/cdn/primereact/images/flag/flag_placeholder.png" [alt]="node.label" [class]="'flag' + ' flag-' + node.data" width="32" />
<img src="https://primefaces.org/cdn/primeng/images/flag/flag_placeholder.png" [alt]="node.label" [class]="'flag' + ' flag-' + node.data" width="32" />
<div>{{ node.data.name }}</div>
<div class="p-2">{{ node.label }}</div>
</div>
Expand Down Expand Up @@ -72,7 +72,7 @@ export class TemplateDoc {
<p-organizationChart [value]="data">
<ng-template let-node pTemplate="default">
<div class="p-2 text-center">
<img src="https://primefaces.org/cdn/primereact/images/flag/flag_placeholder.png" [alt]="node.label" [class]="'flag' + ' flag-' + node.data" width="32" />
<img src="https://primefaces.org/cdn/primeng/images/flag/flag_placeholder.png" [alt]="node.label" [class]="'flag' + ' flag-' + node.data" width="32" />
<div>{{ node.data.name }}</div>
<div class="p-2">{{ node.label }}</div>
</div>
Expand All @@ -84,7 +84,7 @@ export class TemplateDoc {
<p-organizationChart [value]="data">
<ng-template let-node pTemplate="default">
<div class="p-2 text-center">
<img src="https://primefaces.org/cdn/primereact/images/flag/flag_placeholder.png" [alt]="node.label" [class]="'flag' + ' flag-' + node.data" width="32" />
<img src="https://primefaces.org/cdn/primeng/images/flag/flag_placeholder.png" [alt]="node.label" [class]="'flag' + ' flag-' + node.data" width="32" />
<div>{{ node.data.name }}</div>
<div class="p-2">{{ node.label }}</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/app/showcase/doc/treeselect/propsdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ import { Component, Input } from '@angular/core';
<td>emptyMessage</td>
<td>string</td>
<td>No results found</td>
<td>Text to display when there are no options available. Defaults to value from PrimeVue locale configuration.</td>
<td>Text to display when there are no options available. Defaults to value from PrimeNG locale configuration.</td>
</tr>
<tr>
<td>display</td>
Expand Down
Loading

0 comments on commit 9ac016b

Please sign in to comment.