Use https for all links

Hi all

This is a followup to https://github.com/gtk-rs/gtk/pull/1054

Cheers,
Stefan
This commit is contained in:
Stefan Schindler
2020-10-04 23:47:03 +02:00
parent dc9a476d40
commit 44e9e4d77e
5 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ authors = ["The Gtk-rs Project Developers"]
description = "Rust bindings for the javacriptcore library"
repository = "https://github.com/gtk-rs/javascriptcore-rs"
license = "MIT"
homepage = "http://gtk-rs.org"
homepage = "https://gtk-rs.org"
keywords = ["javascript", "gtk-rs", "gnome"]
[lib]

View File

@@ -1,13 +1,13 @@
# javascriptcore [![Build Status](https://travis-ci.org/gtk-rs/javascriptcore-rs.png?branch=master)](https://travis-ci.org/gtk-rs/javascriptcore-rs) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gtk-rs/gtk)
[Project site](http://gtk-rs.org/) | [Online documentation](http://gtk-rs.org/docs/)
[Project site](https://gtk-rs.org/) | [Online documentation](https://gtk-rs.org/docs/)
__Rust__ bindings and wrappers for __javascriptcore__.
## Using
We recommend using [crates from crates.io](https://crates.io/keywords/gtk-rs),
as [demonstrated here](http://gtk-rs.org/#using).
as [demonstrated here](https://gtk-rs.org/#using).
If you want to track the bleeding edge, use the git dependency instead:

View File

@@ -6,7 +6,7 @@ authors = ["The Gtk-rs Project Developers"]
description = "Sys functions for the Rust bindings of the javacriptcore library"
repository = "https://github.com/gtk-rs/javascriptcore-rs"
license = "MIT"
homepage = "http://gtk-rs.org"
homepage = "https://gtk-rs.org"
keywords = ["javascript", "gtk-rs", "gnome"]
[lib]

View File

@@ -1,6 +1,6 @@
// Copyright 2013-2017, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
extern crate libc;

View File

@@ -1,6 +1,6 @@
// Copyright 2013-2017, The Gtk-rs Project Developers.
// See the COPYRIGHT file at the top-level directory of this distribution.
// Licensed under the MIT license, see the LICENSE file or <http://opensource.org/licenses/MIT>
// Licensed under the MIT license, see the LICENSE file or <https://opensource.org/licenses/MIT>
extern crate glib;
extern crate javascriptcore_sys;