Skip to content

Commit

Permalink
ORC-1830: Fix release table hyperlink to use baseurl
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
This PR aims to fix the release table hyperlink to use baseurl.

### Why are the changes needed?
The release table hyperlinks are currently broken on the snapshot website.
- https://apache.github.io/orc/releases/

### How was this patch tested?
Manually.

### Was this patch authored or co-authored using generative AI tooling?
No.

Closes #2105 from williamhyun/releasetable.

Authored-by: William Hyun <[email protected]>
Signed-off-by: William Hyun <[email protected]>
  • Loading branch information
williamhyun committed Jan 5, 2025
1 parent ec8dc6f commit 1722f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/_includes/release_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<td style="text-align: center">{{ release[1]["date"] }}</td>
<td style="text-align: center">{{ release[1]["state"] }}</td>
<td style="text-align: center">
<a href="/news/{{ datestr }}/ORC-{{ release[0] }}/">
<a href="{{ site.baseurl }}/news/{{ datestr }}/ORC-{{ release[0] }}/">
ORC-{{ release[0] }}</a></td>
</tr>
{% endfor %}
Expand Down

0 comments on commit 1722f14

Please sign in to comment.