Skip to content

Commit 555bee3

Browse files
committed
Typesafe -> Lightbend in a bunch of places
1 parent 0240b87 commit 555bee3

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

_layouts/downloadpage.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@
2929
<div class="bigcircle" style="float: right;">2</div>
3030
<div class="bigcircle-content" style="float: right; margin-top: 32px;">
3131
<p class="center" style="text-align: right;">
32-
<b><a href="http://www.typesafe.com/platform/getstarted">Get started with Typesafe Activator</a></b>
32+
<b><a href="http://www.lightbend.com/activator/">Get started with Lightbend Activator</a></b>
3333
<br/>
34-
Typesafe Activator is a browser-based or command-line<br/>
34+
Lightbend Activator is a browser-based or command-line<br/>
3535
tool that helps developers get started with Scala.
3636
<div class="download-wrapper">
37-
<a id="download-button" class="activator" style="margin-top: 12px; margin-right: 24px; width: 200px;" href="http://downloads.typesafe.com/typesafe-activator/1.2.10/typesafe-activator-1.2.10.zip">
37+
<a id="download-button" class="activator" style="margin-top: 12px; margin-right: 24px; width: 200px;" href="http://downloads.lightbend.com/typesafe-activator/1.2.10/typesafe-activator-1.2.10.zip">
3838
<span class="slider">Download</span>
3939
<span class="activator icon"></span>
40-
<span class="version-long">&nbsp;Typesafe Activator</span>
40+
<span class="version-long">&nbsp;Lightbend Activator</span>
4141
</a>
42-
<p class="install"><a style="margin-left: 124px;" href="http://www.typesafe.com/platform/getstarted">Need help installing?</a></p>
42+
<p class="install"><a style="margin-left: 124px;" href="http://www.lightbend.com/activator/download">Need help installing?</a></p>
4343
</div>
4444
</p>
4545
</div>

conduct.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ forum, mailing list, wiki, web site, Gitter or IRC room, hackathon, public
99
meeting or private correspondence. (See our
1010
[list of community fora](community/).)
1111

12-
Scala moderators are appointed by EPFL and Typesafe to maintain the
12+
Scala moderators are appointed by EPFL and Lightbend to maintain the
1313
health of the community and will arbitrate in any dispute over the
1414
conduct of a member of the community.
1515

contribute/documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ without creating an issue, but please look to see if there is an issue already s
3030

3131
### Examples/Tutorials in Activator Templates
3232

33-
[Typesafe Activator](https://typesafe.com/community/core-tools/activator-and-sbt)
33+
[Lightbend Activator](https://www.lightbend.com/community/core-tools/activator-and-sbt)
3434
is a tool based on SBT, with a UI mode that is ideal for code based tutorials, overviews and walk-throughs. To contribute an example in activator, you can fork an existing template, edit it, add a tutorial, upload it to github and then submit the github project into the template repository. It's the fastest way to produce a working code example with tutorial.
3535

36-
Please see [Contributing an Activator Template](https://typesafe.com/activator/template/contribute) for more details.
36+
Please see [Contributing an Activator Template](https://www.lightbend.com/activator/template/contribute) for more details.
3737

3838
### The Main Scala Documentation Site
3939

contribute/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Typically the scaladoc tool provides a low entry point for new committers, so it
4444
On the Scala bug tracker you will find many bugs that are [marked as good starting points to contributing ("community" bugs)](https://issues.scala-lang.org/secure/IssueNavigator.jspa?requestId=12111) or [that are not currently assigned](https://issues.scala-lang.org/secure/IssueNavigator.jspa?requestId=12112) and that you could pick up. Once you decided on a ticket to look at, see the next step on how to proceed further.
4545

4646
If you are interested in contributing code, we ask you to sign the
47-
[Scala Contributor License Agreement](http://typesafe.com/contribute/cla/scala),
47+
[Scala Contributor License Agreement](http://www.lightbend.com/contribute/cla/scala),
4848
which allows us to ensure that all code submitted to the project is
4949
unencumbered by copyrights or patents.
5050

contribute/hacker-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ Once you are satisfied with your work, synced with `master` and cleaned up your
402402

403403
Now, we must simply submit our proposed patch. Navigate to your branch in GitHub (for me it was `https://github.com/xeno-by/scala/tree/ticket/6725`)
404404
and click the pull request button to submit your patch as a pull request to Scala. If you've never submitted patches to Scala, you will
405-
need to sign the contributor license agreement, which [can be done online](http://typesafe.com/contribute/cla/scala) within a few minutes.
405+
need to sign the contributor license agreement, which [can be done online](http://www.lightbend.com/contribute/cla/scala) within a few minutes.
406406

407407
<img src="{{ site.baseurl }}/resources/img/04-submit.png" alt="Submit a pull request" class="centerclear" />
408408

contribute/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Coordination of contribution efforts takes place on the
2727
<div class="row">
2828
<div class="span4 doc-block">
2929
<h4><a href="./documentation.html">Documentation</a></h4>
30-
<p><a href="./scala-standard-library-api-documentation.html">Scaladoc (API)</a>, <a href="https://typesafe.com/activator/template/contribute">Activator templates</a>,
30+
<p><a href="./scala-standard-library-api-documentation.html">Scaladoc (API)</a>, <a href="https://www.lightbend.com/activator/template/contribute">Activator templates</a>,
3131
<a href="http://docs.scala-lang.org/contribute.html">docs.scala-lang.org</a> and
3232
<a href="https://github.com/scala/scala-lang">scala-lang.org</a>.</p>
3333
</div>
@@ -119,7 +119,7 @@ to build and test a corpus of
119119
Scala open source projects
120120
against development versions of the Scala compiler and standard
121121
library in order to discover regressions prior to releases.
122-
The build uses Typesafe's
122+
The build uses Lightbend's
123123
[dbuild](https://github.com/typesafehub/dbuild) tool,
124124
which leverages [sbt](http://www.scala-sbt.org).
125125

download/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ other_releases: [
1111
]
1212
requirements: "The Scala software distribution can be installed on any platform with a <a href='http://www.java.com/'>Java runtime</a>, version 1.6 or later."
1313
resources: [
14-
["-main-unixsys", "scala-2.11.7.tgz", "http://downloads.typesafe.com/scala/2.11.7/scala-2.11.7.tgz", "Mac OS X, Unix, Cygwin", "25.87M"],
15-
["-main-windows", "scala-2.11.7.msi", "http://downloads.typesafe.com/scala/2.11.7/scala-2.11.7.msi", "Windows (msi installer)", "107.88M"]
14+
["-main-unixsys", "scala-2.11.7.tgz", "http://downloads.lightbend.com/scala/2.11.7/scala-2.11.7.tgz", "Mac OS X, Unix, Cygwin", "25.87M"],
15+
["-main-windows", "scala-2.11.7.msi", "http://downloads.lightbend.com/scala/2.11.7/scala-2.11.7.msi", "Windows (msi installer)", "107.88M"]
1616
]
1717
---

resources/js/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ $(document).ready(function(){
353353
function onEventsAjaxError(jqXHR, textStatus, errorThrown) {
354354
// log the error to the console
355355
console.error(
356-
"Could not load Typesafe event feed: " + textStatus, errorThrown);
356+
"Could not load Lightbend event feed: " + textStatus, errorThrown);
357357
// but at least display events from scala-lang
358358
doPopulateEventsPane(scalaLangEvents);
359359
}
@@ -470,7 +470,7 @@ $(document).ready(function(){
470470
function onTrainingsAjaxError(jqXHR, textStatus, errorThrown) {
471471
// log the error to the console
472472
console.error(
473-
"Could not load Typesafe training feed: " + textStatus, errorThrown);
473+
"Could not load Lightbend training feed: " + textStatus, errorThrown);
474474
// but at least display trainings from scala-lang
475475
doPopulateTrainingsPane(scalaLangTrainings);
476476
}

0 commit comments

Comments
 (0)