mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
doc: change assets path from s3 to entgo.io
This commit is contained in:
committed by
Ariel Mashraki
parent
361663954e
commit
b2f6834f67
@@ -74,7 +74,7 @@ class HomeSplash extends React.Component {
|
||||
const ProjectTitle = () => (
|
||||
<div>
|
||||
<div className="projectTitleContainer">
|
||||
<img src="https://s3.eu-central-1.amazonaws.com/entgo.io/assets/logo.png" />
|
||||
<img src="https://entgo.io/assets/logo.png" />
|
||||
<div className="projectTitle">
|
||||
<p>{siteConfig.tagline}</p>
|
||||
</div>
|
||||
@@ -115,7 +115,7 @@ class HomeSplash extends React.Component {
|
||||
</a>
|
||||
</div>
|
||||
<div className="gopherGraph">
|
||||
<img src="https://s3.eu-central-1.amazonaws.com/entgo.io/assets/gopher_graph.png" />
|
||||
<img src="https://entgo.io/assets/gopher_graph.png" />
|
||||
</div>
|
||||
<Features />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user