Skip to content

Commit 12f0d0d

Browse files
authored
Merge pull request #1347 from datopian/feature/update-links
[md][datahub] updated links from portaljs.org to portaljs.com
2 parents af5b6b7 + d80d1f5 commit 12f0d0d

File tree

22 files changed

+34
-35
lines changed

22 files changed

+34
-35
lines changed

examples/ckan-2021/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**🚩 UPDATE April 2023: This example is now deprecated - though still works!. Please use the [new CKAN examples](https://github.com/datopian/portaljs/tree/main/examples)**
44

5-
This example shows how you can build a full data portal using a CKAN Backend with a Next.JS Frontend powered by Apollo, a full fledged guide is available as a [blog post](https://portaljs.org/blog/example-ckan-2021)
5+
This example shows how you can build a full data portal using a CKAN Backend with a Next.JS Frontend powered by Apollo, a full fledged guide is available as a [blog post](https://portaljs.com/blog/example-ckan-2021)
66

77
## Developers
88

examples/fivethirtyeight/components/Layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {
5959
<div className="md:flex items-center gap-x-3 text-[#3c3c3c] -mb-1 hidden">
6060
<a
6161
className="hover:opacity-75 transition"
62-
href="https://portaljs.org"
62+
href="https://portaljs.com"
6363
>
6464
Built with 🌀PortalJS
6565
</a>
@@ -77,7 +77,7 @@ export default function Layout({ children }: { children: React.ReactNode }) {
7777
<li>
7878
<a
7979
className="hover:opacity-75 transition"
80-
href="https://portaljs.org"
80+
href="https://portaljs.com"
8181
>
8282
PortalJS
8383
</a>

examples/github-backed-catalog/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A `datasets.json` file is used to specify which datasets are going to be part of
66

77
The application contains an index page, which lists all the datasets specified in the `datasets.json` file, and users can see more information about each dataset, such as the list of data files in it and the README, by clicking the "info" button on the list.
88

9-
You can read more about it on the [Data catalog with data on GitHub](https://portaljs.org/docs/examples/github-backed-catalog) blog post.
9+
You can read more about it on the [Data catalog with data on GitHub](https://portaljs.com/docs/examples/github-backed-catalog) blog post.
1010

1111
## Demo
1212

examples/github-backed-catalog/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function Datasets({ projects }) {
4040
<Link
4141
target="_blank"
4242
className="underline"
43-
href="https://portaljs.org/"
43+
href="https://portaljs.com/"
4444
>
4545
🌀 PortalJS
4646
</Link>

examples/learn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
PortalJS Learn Example - https://portaljs.org/docs
1+
PortalJS Learn Example - https://portaljs.com/docs

examples/openspending/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A `datasets.json` file is used to specify which datasets are going to be part of
66

77
The application contains an index page, which lists all the datasets specified in the `datasets.json` file, and users can see more information about each dataset, such as the list of data files in it and the README, by clicking the "info" button on the list.
88

9-
You can read more about it on the [Data catalog with data on GitHub](https://portaljs.org/docs/examples/github-backed-catalog) blog post.
9+
You can read more about it on the [Data catalog with data on GitHub](https://portaljs.com/docs/examples/github-backed-catalog) blog post.
1010

1111
## Demo
1212

examples/openspending/components/_shared/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default function Footer() {
1717
</a>
1818
</div>
1919
<div className="flex gap-x-2 items-center mx-auto h-20">
20-
<p className="mt-8 text-base text-slate-500 md:mt-0">Built with <a href="https://portaljs.org" target="_blank" className='text-xl font-medium'>🌀 PortalJS</a></p>
20+
<p className="mt-8 text-base text-slate-500 md:mt-0">Built with <a href="https://portaljs.com" target="_blank" className='text-xl font-medium'>🌀 PortalJS</a></p>
2121
</div>
2222
</div>
2323
</footer>

examples/openspending/content/stories/where-the-european-structural-and-investment-funds-go.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ Based on the bar chart above we can conclude that the following 3 countries have
127127
2. Poland - EUR ~68b.
128128
3. Italy - EUR ~35b.
129129

130-
_This data story was created by using Datopian's PortalJS framework. You can learn more about the framework by visiting https://portaljs.org/_
130+
_This data story was created by using Datopian's PortalJS framework. You can learn more about the framework by visiting https://portaljs.com/_

examples/turing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This demo data portal is designed for https://hatespeechdata.com. It catalogs datasets annotated for hate speech, online abuse, and offensive language which are useful for training a natural language processing system to detect this online abuse.
22

3-
The site is built on top of [PortalJS](https://portaljs.org/). It catalogs datasets and lists of offensive keywords. It also includes static pages. All of these are stored as markdown files inside the `content` folder.
3+
The site is built on top of [PortalJS](https://portaljs.com/). It catalogs datasets and lists of offensive keywords. It also includes static pages. All of these are stored as markdown files inside the `content` folder.
44

55
- .md files inside `content/datasets/` will appear on the dataset list section of the homepage and be searchable as well as having a individual page in `datasets/<file name>`
66
- .md files inside `content/keywords/` will appear on the list of offensive keywords section of the homepage as well as having a individual page in `keywords/<file name>`

examples/turing/components/Footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function Footer() {
2121
<Container.Inner>
2222
<div className="flex flex-col items-center justify-between gap-6 sm:flex-row">
2323
<p className="text-sm font-medium text-zinc-800 dark:text-zinc-200">
24-
Built with <a href='https://portaljs.org'>PortalJS 🌀</a>
24+
Built with <a href='https://portaljs.com'>PortalJS 🌀</a>
2525
</p>
2626
<p className="text-sm text-zinc-400 dark:text-zinc-500">
2727
&copy; {new Date().getFullYear()} Leon Derczynski. All rights

0 commit comments

Comments
 (0)