Skip to content

Commit 4842952

Browse files
committed
removed gittip banner
1 parent 2950431 commit 4842952

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,10 @@ $ <PATH_TO_JDK>/bin/java -jar javarepl.jar
5858

5959

6060
## Donations
61-
Running [www.javarepl.com](http://www.javarepl.com/) on Amazon EC2 has associated costs.
62-
Donating small amount will help to move the service onto more powerful machine, which provides faster execution
63-
and allows more users. If you like JavaREPL you can tip it via [GitTip](https://www.gittip.com/albertlatacz/).
61+
If you like JavaREPL you can tip it via [Gittip](https://www.gittip.com/albertlatacz/)
62+
63+
Donating small amount will help to move the service onto more powerful EC2 machine, which provides faster execution
64+
and allows more users.
6465

6566

6667
## License

src/javarepl/web/console.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,7 @@
5151
</div>
5252
<div id="content">
5353
<div id="header">
54-
<h1><span class="logo-javarepl">Java REPL</span>
55-
<span style="float: right;"><script data-gittip-username="albertlatacz"
56-
src="https://www.gittip.com/assets/widgets/0002.js"></script>
57-
</span>
58-
</h1>
54+
<h1><span class="logo-javarepl">Java REPL</span></h1>
5955

6056
</div>
6157

@@ -76,7 +72,7 @@ <h1><span class="logo-javarepl">Java REPL</span>
7672

7773
<p class="bottom">
7874
If you like JavaREP you can support it by tipping via <a
79-
href="https://www.gittip.com/albertlatacz/">GitTip</a>.
75+
href="https://www.gittip.com/albertlatacz/">Gittip</a>.
8076
</p>
8177

8278
</div>

0 commit comments

Comments
 (0)