Skip to content

Commit 476cb4d

Browse files
committed
docs: Updates to links on home page
1 parent 081d863 commit 476cb4d

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

site/static/index.html

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
~ Copyright © 2018-2021, Commonwealth Scientific and Industrial Research
2+
~ Copyright © 2018-2026, Commonwealth Scientific and Industrial Research
33
~ Organisation (CSIRO) ABN 41 687 119 230. Licensed under the CSIRO Open Source
44
~ Software Licence Agreement.
55
-->
@@ -136,6 +136,9 @@ <h2>
136136
Add FHIR query capabilities to your Python, R, Java or Scala application using the
137137
Pathling libraries.
138138
</p>
139+
<p>
140+
Access this functionality through a FHIR-compliant API using Pathling server.
141+
</p>
139142
</div>
140143
</section>
141144

@@ -245,38 +248,34 @@ <h2 id="contact">I still need help!</h2>
245248
</div>
246249
<footer>
247250
<ul class="items">
248-
<li>
249-
<h3>Phone</h3>
250-
<p>1300 363 400</p>
251-
</li>
252251
<li>
253252
<h3>Social media</h3>
254253
<ul class="icons">
255254
<li>
256255
<a
257-
href="https://twitter.com/ehealthresearch"
258-
class="icon brands fa-twitter"
259-
aria-label="Twitter"
256+
href="https://pathling.csiro.au/blog"
257+
class="icon solid fa-globe"
258+
aria-label="Blog"
260259
>
261-
<span class="label">Twitter</span>
260+
<span class="label">Pathling Blog</span>
262261
</a>
263262
</li>
264263
<li>
265264
<a
266-
href="https://www.linkedin.com/company/csiro/"
267-
class="icon brands fa-linkedin"
268-
aria-label="LinkedIn"
265+
href="https://github.com/aehrc/pathling"
266+
class="icon brands fa-github"
267+
aria-label="GitHub"
269268
>
270-
<span class="label">LinkedIn</span>
269+
<span class="label">GitHub</span>
271270
</a>
272271
</li>
273272
<li>
274273
<a
275-
href="https://github.com/aehrc/pathling"
276-
class="icon brands fa-github"
277-
aria-label="GitHub"
274+
href="https://www.youtube.com/@pathling"
275+
class="icon brands fa-youtube"
276+
aria-label="YouTube"
278277
>
279-
<span class="label">GitHub</span>
278+
<span class="label">YouTube</span>
280279
</a>
281280
</li>
282281
</ul>
@@ -289,7 +288,7 @@ <h3>Social media</h3>
289288
<div class="copyright">
290289
<p>
291290
Pathling is a product of the
292-
<a href="https://aehrc.com"
291+
<a href="https://aehrc.csiro.au/"
293292
>Australian e-Health Research Centre, CSIRO</a
294293
>.
295294
</p>

0 commit comments

Comments
 (0)