Skip to content

Commit

Permalink
Merge pull request #3650 from spotzz/master
Browse files Browse the repository at this point in the history
move pdf to static
  • Loading branch information
spotzz authored Dec 17, 2024
2 parents 50ba306 + 554391a commit fea57e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/gatherings/{mdx.slug}.js
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ export default function GatheringPage({ data, ...props }) {
) : (
<>
<p className={`${ledeStyle} mx-auto`}>
Code of Conduct: We follow both the <a href='../../../img/rheventtandc.pdf'>Red Hat Event Terms and Conditions</a> and the Code of
Code of Conduct: We follow both the <a href='../../../static/rheventtandc.pdf'>Red Hat Event Terms and Conditions</a> and the Code of
Conduct of other events such as KubeCon + CloudNativeCon. Similarly we are dedicated
to providing a harassment-free experience for participants at all of our events,
whether they are held in person or virtually. All event participants, whether they are
Expand Down
File renamed without changes.

0 comments on commit fea57e9

Please sign in to comment.