Skip to content

Commit 591bc65

Browse files
committed
ElasticSearch -> Elasticsearch
The proper capitalization.
1 parent 5641af8 commit 591bc65

File tree

6 files changed

+18
-3277
lines changed

6 files changed

+18
-3277
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ElasticSearch Hackfest - Berlin
1+
Elasticsearch Hackfest - Berlin
22
================
33

44
Small website to host information for the upcoming elasticsearch hackfest in berlin.

app/pub/index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<!-- environment: development -->
4+
<!-- environment: production -->
55
<meta charset="utf-8">
66
<title>elasticsearch hackfest</title>
77

8-
<meta name="description" content="Team up and build something cool with ElasticSearch at the hackfest. Also a great chance to meet some of the core comitters." />
8+
<meta name="description" content="Team up and build something cool with Elasticsearch at the hackfest. Also a great chance to meet some of the core comitters." />
99

1010
<meta name="viewport" content="width=device-width">
1111
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
1212

13+
<base href="http://shrink0r.github.io/es-hackfest-page/" />
14+
1315
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon" />
1416
<link rel="icon" href="assets/favicon.ico" type="image/x-icon" />
1517
<link rel="stylesheet" href="static/css/main.css">
@@ -36,7 +38,7 @@
3638
<div class="hero__unit">
3739
<div class="page-margin">
3840

39-
<h1>ElasticSearch Hackfest - Berlin</h1>
41+
<h1>Elasticsearch Hackfest - Berlin</h1>
4042

4143
<p>The start of a tradition.</p>
4244

@@ -46,7 +48,7 @@ <h1>ElasticSearch Hackfest - Berlin</h1>
4648
<div class="page-margin default-page">
4749
<div class="intro">
4850

49-
<h2>ElasticSearch Hackfest</h2>
51+
<h2>Elasticsearch Hackfest</h2>
5052

5153
<p>One is an event, two is a repeat, three is tradition.<br/>
5254
Following up last years successful event, we will have

0 commit comments

Comments
 (0)