Skip to content
This repository was archived by the owner on Jun 18, 2019. It is now read-only.

Commit

Permalink
Updated tutorial and properties
Browse files Browse the repository at this point in the history
  • Loading branch information
cacoco committed Mar 30, 2016
1 parent 50c09a4 commit 51e7ea1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion activator.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name=finatra-http-seed
title=Finatra HTTP Server Template Project
description=Activator template for constructing a Finatra HTTP server application.
sourceLink=https://github.com/twitter/finatra-activator-seed
sourceLink=https://github.com/twitter/finatra-activator-http-seed
tags=finatra,twitter-server,finagle,scala,seed,twitter
authorName=Twitter
authorLink=https://twitter.github.io/finatra/
Expand Down
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name := "activator-seed"
name := "activator-http-seed"
organization := "com.example"

version := "1.0.0-SNAPSHOT"
Expand Down Expand Up @@ -26,7 +26,6 @@ lazy val versions = new {

libraryDependencies ++= Seq(
"com.twitter.finatra" %% "finatra-http" % versions.finatra,
"com.twitter.finatra" %% "finatra-slf4j" % versions.finatra,
"ch.qos.logback" % "logback-classic" % versions.logback,
"ch.qos.logback" % "logback-classic" % versions.logback % "test",

Expand Down
8 changes: 4 additions & 4 deletions tutorial/index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<html>
<head>
<title>Finatra Seed - Activator Template</title>
<title>Finatra HTTP Seed - Activator Template</title>
</head>
<body>
<div>
<h2>Finatra</h2>
<p><a href="https://github.com/twitter/finatra" target="_blank">Finatra</a> is a Scala service framework built on top of
<a href="https://github.com/twitter/twitter-server" target="_blank">twitter-sever</a> and <a href="https://github.com/twitter/finagle" target="_blank">Finagle</a>.</p>
<p>This template shows the scaffolding for a simple Http server with a single controller. See the
<a href="https://github.com/twitter/finatra/blob/master/http/README.md" target="_blank">Finatra Http overview</a> for
<p>This template shows the scaffolding for a simple HTTP server with a single controller. See the Finatra User Guide about
<a href="http://twitter.github.io/finatra/user-guide/build-new-http-server/" target="_blank">Building a new HTTP server</a> for
more information and examples.</p>
<p>Full documentation available on the <a href="https://twitter.github.io/finatra/" target="_blank">Finatra project site</a>.</p>
</div>
Expand All @@ -22,7 +22,7 @@ <h2>Configuring your application</h2>
</div>
<div>
<h2>Other Examples</h2>
<p>More examples are available in the <a href="https://github.com/twitter/finatra-examples" target="_blank">Finatra Examples</a> project on github.</p>
<p>More examples are available in the <a href="https://github.com/twitter/finatra/tree/develop/examples" target="_blank">Finatra Examples</a> directory of the Finatra project on github.</p>
</div>
</body>
</html>

0 comments on commit 51e7ea1

Please sign in to comment.