Skip to content

Commit

Permalink
deployers section fixed
Browse files Browse the repository at this point in the history
relative links

rel path?
  • Loading branch information
jwfraustro committed May 22, 2024
1 parent 7245f25 commit 9232997
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions content/deployers/_index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
Information for Deployers
==========================
---
title: "Information for Deployers"
tags:
- deployers
kind: page
---


This is the technical section, for people interested in building VO services, deploying VO infrastructure at their data centre, writing applications and web pages that "speak VO", or simply those wishing to know more technical detail about how the VO works, and how IVOA standards are put together. (If you are an astronomer simply wishing to use VO services and tools, go to the Astronomers section).

* [Introduction to VO Concepts](/deployers/intro_to_vo_concepts)
* [Introduction to VO Concepts](./intro_to_vo_concepts)

* [List of IVOA Documents & Standards](/documents/) (current and in progress)

Expand Down
2 changes: 1 addition & 1 deletion layouts/_default/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h1>{{ .Title }}</h1>

{{ range .Pages }}
<p>
<a href="{{ .RelPermalink }}"><h3>{{ .Title }}</h3></a>
<a href="{{ .RelPermalink }}"><h3>{{ .Title }}</h3></a>
</p>
{{ end }}

Expand Down

0 comments on commit 9232997

Please sign in to comment.