Skip to content

Commit

Permalink
make a bunch of URLs https
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Jan 15, 2024
1 parent cf49438 commit 769a3ca
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 31 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
OpenFL.org
==========

This is the source for http://www.openfl.org.
This is the source for https://www.openfl.org.

You can build the site using [Jekyll](http://www.jekyllrb.com). It should work in a Unix environment, either from Linux, macOS or the Ubuntu Bash Shell for Windows. Make sure that Ruby is installed, and install Bundler (`gem install bundler`), then run the following in the openfl.org directory:
You can build the site using [Jekyll](https://www.jekyllrb.com). It should work in a Unix environment, either from Linux, macOS or the Ubuntu Bash Shell for Windows. Make sure that Ruby is installed, and install Bundler (`gem install bundler`), then run the following in the openfl.org directory:

bundle install
jekyll serve
Expand Down
10 changes: 5 additions & 5 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@
folder: true
subitems:
- title: OpenFL Developer's Guide
url: http://books.openfl.org/openfl-developers-guide/
url: https://books.openfl.org/openfl-developers-guide/
- title: ActionScript 3.0 Conversion Guide
url: http://books.openfl.org/as3-conversion-guide/
url: https://books.openfl.org/as3-conversion-guide/
- title: Videojuegos Multiplataforma con OpenFL
url: http://www.openflbook.com
url: https://www.openflbook.com
- title: Tutorials
url: /learn/haxelib/tutorials/
- title: API
url: http://api.openfl.org
url: https://api.openfl.org
- title: Samples
url: https://github.com/openfl/openfl-samples
- title: NPM
Expand Down Expand Up @@ -114,4 +114,4 @@
#- title: Blog
# url: /blog/
- title: Community
url: http://community.openfl.org
url: https://community.openfl.org
4 changes: 2 additions & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
</div>
<div class="container" style="">
<div class="icons pull-right">
<a href="http://www.twitter.com/open_fl/" target="_blank"><span class="icon-twitter"></span></a>
<a href="http://www.facebook.com/openfl/" target="_blank"><span class="icon-facebook"></span></a>
<a href="https://www.twitter.com/open_fl/" target="_blank"><span class="icon-twitter"></span></a>
<a href="https://www.facebook.com/openfl/" target="_blank"><span class="icon-facebook"></span></a>
<a href="https://github.com/openfl/" target="_blank"><span class="icon-github"></span></a>
<a href="{{ site.baseurl }}/get-involved/" target="_blank"><span class="glyphicon glyphicon-wrench"></span></a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion download.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ npm start

## Problems?

If you have any questions or concerns when you are installing OpenFL, do not hesitate to visit our friendly [community forums](http://community.openfl.org/c/help). Thank you for trying OpenFL, and please let us help if you have any problems at all.
If you have any questions or concerns when you are installing OpenFL, do not hesitate to visit our friendly [community forums](https://community.openfl.org/c/help). Thank you for trying OpenFL, and please let us help if you have any problems at all.
2 changes: 1 addition & 1 deletion forums.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
permalink: forums/
redirect_to: http://community.openfl.org
redirect_to: https://community.openfl.org
---
2 changes: 1 addition & 1 deletion get-involved.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ <h2>Become a Contributor</h2>

<p>If you are a developer, there is always a need for contributors to help make improvements to the platform. Even if you do not fancy yourself an expert, your feedback and input are valuable!</p>

<p>The first way to contribute is to communicate, speak up and help others on the <a href="http://community.openfl.org">OpenFL forums</a>, or <a href="https://discord.gg/tDgq8EE">chat with us on Discord</a> for better 1:1 communication on feature improvements and other aspects of the development cycle.</p>
<p>The first way to contribute is to communicate, speak up and help others on the <a href="https://community.openfl.org">OpenFL forums</a>, or <a href="https://discord.gg/tDgq8EE">chat with us on Discord</a> for better 1:1 communication on feature improvements and other aspects of the development cycle.</p>

<p>Almost all of the code is available on <a href="https://github.com/openfl">GitHub</a>, even <a href="https://github.com/openfl/www.openfl.org">this website</a>! There are many places and ways that developers can contribute to OpenFL.</p>
10 changes: 6 additions & 4 deletions learn/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ redirect_from: documentation/

Welcome! Before getting started, be sure that you [download and install](/download/) OpenFL.

With OpenFL installed and running, you can get up and going with included [sample](docs/command-line-tools/samples/) projects, or create your own project by following a [tutorial](haxelib/tutorials/displaying-a-bitmap/) or using a [blank template](docs/command-line-tools/create-new-project/).
With OpenFL installed and running, you can get up and going with included [sample projects](docs/command-line-tools/samples/), or create your own project by following a [tutorial](haxelib/tutorials/displaying-a-bitmap/) or using a [blank template](docs/command-line-tools/create-new-project/).

## Fundamentals

If you are already familiar with the fundamentals of ActionScript/Flash development, go on ahead! If you have never developed using ActionScript before, OpenFL builds on many of the same concepts, so looking at the <a href="http://help.adobe.com/en_US/as3/dev/index.html" target="_blank">ActionScript 3.0 Developer’s Guide</a> will provide a good introduction to using some of the key classes and APIs. There is also an adaption, the <a href="http://books.openfl.org/openfl-developers-guide/" target="_blank">OpenFL Developer's Guide</a>, which is under development.
If you are already familiar with Adobe Flash development with ActionScript 3.0, you should feel right at home with OpenFL! If you have never developed using ActionScript 3.0 or Flash before, we offer the <a href="https://books.openfl.org/openfl-developers-guide/" target="_blank">OpenFL Developer's Guide</a> to introduce you to some of the key concepts, classes and interfaces, and other APIs. You'll learn the fundamentals of working with display objects, listening for events, drawing lines, curves, and shapes, and much more.

> The <a href="https://books.openfl.org/openfl-developers-guide/" target="_blank">OpenFL Developer's Guide</a> is adapted from the <a href="https://help.adobe.com/en_US/as3/dev/index.html" target="_blank">ActionScript 3.0 Developer’s Guide</a> for Adobe Flash. We're still adapting some of the chapters from the original guide, which is Creative Commons licensed, so you may need to reference the original ActionScript 3.0 version of the guide for a complete overview of OpenFL's capabilities._
## Resources

Expand Down Expand Up @@ -38,7 +40,7 @@ a.large-btn .glyphicon {
<span class="glyphicon glyphicon-apple"></span>
Tutorials
</a>
<a href="http://api.openfl.org" class="btn btn-default btn-lg text-center large-btn" role="button">
<a href="https://api.openfl.org" class="btn btn-default btn-lg text-center large-btn" role="button">
<span class="glyphicon glyphicon-list-alt"></span>
API
</a>
Expand All @@ -49,4 +51,4 @@ a.large-btn .glyphicon {

## Questions

If you still have questions, or are having trouble with OpenFL, please visit our friendly [community forums](http://community.openfl.org), we'd be happy to help you!
If you still have questions, or are having trouble with OpenFL, please visit our friendly [community forums](https://community.openfl.org), we'd be happy to help you!
2 changes: 1 addition & 1 deletion privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ permalink: privacy/

_Effective April 1, 2013_

This page sets forth the privacy policies and practices of OpenFL community site [www.openfl.org](http://www.openfl.org). Please read this Privacy Policy carefully since by visiting this site and sharing information with OpenFL you agree to be bound by the terms and conditions of this Privacy Policy.
This page sets forth the privacy policies and practices of OpenFL community site [www.openfl.org](https://www.openfl.org). Please read this Privacy Policy carefully since by visiting this site and sharing information with OpenFL you agree to be bound by the terms and conditions of this Privacy Policy.

## I. Information We Collect, Consumer Choice and Access

Expand Down
2 changes: 1 addition & 1 deletion samples/evoland/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
Game created for LudumDare #24 in 48 hours by <a href="http://ncannasse.fr">Nicolas Cannasse</a>
</p>
<p>
Sources : <a href="http://github.com/openfl/Evoland">Github</a> | Built with <a href="http://haxe.org">Haxe</a> and <a href="http://openfl.org">OpenFL</a> | Rate <a href="http://www.ludumdare.com/compo/ludum-dare-24/?action=preview&uid=8497">on this page</a>
Sources : <a href="http://github.com/openfl/Evoland">Github</a> | Built with <a href="https://haxe.org">Haxe</a> and <a href="https://openfl.org">OpenFL</a> | Rate <a href="http://www.ludumdare.com/compo/ludum-dare-24/?action=preview&uid=8497">on this page</a>
</p>

</center>
Expand Down
26 changes: 13 additions & 13 deletions sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,64 +17,64 @@
<div id="logos">
<div class="row text-center">
<div class="col-md-4">
<a href="http://www.mozilla.org" target="_blank"><img
<a href="https://www.mozilla.org" target="_blank"><img
src="{{ site.baseurl }}/images/sponsors/mozilla.png" /></a>
</div>
<div class="col-md-4" style="padding-top: 25px">
<a href="http://www.tivo.com" target="_blank"><img src="{{ site.baseurl }}/images/sponsors/tivo.png" /></a>
<a href="https://www.tivo.com" target="_blank"><img src="{{ site.baseurl }}/images/sponsors/tivo.png" /></a>
</div>

<div class="col-md-4">
<a href="http://www.linuxfoundation.org" target="_blank"><img
<a href="https://www.linuxfoundation.org" target="_blank"><img
src="{{ site.baseurl }}/images/sponsors/linux-foundation.png" /></a>
</div>
</div>
<div class="row text-center">
<div class="col-md-4">
<a href="http://www.flowplay.com" target="_blank"><img src="{{ site.baseurl }}/images/sponsors/flowplay.jpg"
<a href="https://www.flowplay.com" target="_blank"><img src="{{ site.baseurl }}/images/sponsors/flowplay.jpg"
style="max-height: 220px;" /></a>
</div>
<div class="col-md-4" style="padding-top: 10px">
<a href="http://www.minomonsters.com" target="_blank"><img
<a href="https://www.minomonsters.com" target="_blank"><img
src="{{ site.baseurl }}/images/sponsors/mino-monsters.png" /></a>
</div>

<div class="col-md-4" style="padding-top: 10px">
<a href="http://www.zynga.com" target="_blank"><img
<a href="https://www.zynga.com" target="_blank"><img
src="{{ site.baseurl }}/images/sponsors/zynga.png" /></a>
</div>
</div>
<div class="row text-center" style="padding-bottom: 10px">
<div class="col-md-4" style="padding-top: 55px">
<a href="http://www.leveluplabs.com" target="_blank"><img
<a href="https://www.leveluplabs.com" target="_blank"><img
src="{{ site.baseurl }}/images/sponsors/level-up-labs.png" /></a>
</div>
<div class="col-md-4">
<a href="http://www.bluemammoth.com" target="_blank"><img
<a href="https://www.bluemammoth.com" target="_blank"><img
src="{{ site.baseurl }}/images/sponsors/blue-mammoth.png" /></a>
</div>
<div class="col-md-4">
<a href="http://www.wildworks.com" target="_blank"><img
<a href="https://www.wildworks.com" target="_blank"><img
src="{{ site.baseurl }}/images/sponsors/wildworks.png" /></a>
</div>
</div>
<div class="row text-center">
<div class="col-md-4">
<a href="http://www.innogames.com" target="_blank"><img
<a href="https://www.innogames.com" target="_blank"><img
src="{{ site.baseurl }}/images/sponsors/innogames.png" /></a>
</div>
<div class="col-md-4">
<a href="http://www.spiele-palast.de" target="_blank"><img
<a href="https://www.spiele-palast.de" target="_blank"><img
src="{{ site.baseurl }}/images/sponsors/spiele-palast.png" /></a>
</div>
<div class="col-md-4">
<a href="http://www.tensquaregames.com" target="_blank"><img
<a href="https://www.tensquaregames.com" target="_blank"><img
src="{{ site.baseurl }}/images/sponsors/tensquare.png" /></a>
</div>
</div>
<div class="row text-center">
<div class="col-md-4">
<a href="http://www.kaizenforpharma.com" target="_blank"><img
<a href="https://www.kaizenforpharma.com" target="_blank"><img
src="{{ site.baseurl }}/images/sponsors/kaizen.png" /></a>
</div>
</div>
Expand Down

0 comments on commit 769a3ca

Please sign in to comment.