forked from debezium/debezium.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
27 lines (26 loc) · 746 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
layout: base
---
<div id="error-404">
<h1>Page Not Found</h1>
<p>Sorry, but the page you were trying to view does not exist.</p>
<br />
<br />
<p>
It looks like you have may found a broken link! <br />
Please report it mentioning which page you came from and which link you
clicked on by filing a bug
<a
href="https://issues.redhat.com/secure/CreateIssueDetails!init.jspa?pid=12317320&issuetype=1&priority=4"
>here</a
>. <br />
<br />
</p>
<p>
You can also fix the problem yourself by sending a pull request to GitHub:
<br />
<a href="http://www.github.com/debezium/debezium.github.io" target="_blank">
github.com/debezium/debezium.github.io
</a>
</p>
</div>