Skip to content

Commit

Permalink
Change all URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Keats committed Aug 20, 2023
1 parent bfd8d33 commit 22b9698
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Vincent Prouillet <hello@prouilletvincent.com>"]
license = "MIT"
readme = "README.md"
description = "Template engine based on Jinja2/Django templates"
homepage = "https://tera.netlify.com/"
homepage = "http://keats.github.io/tera/"
repository = "https://github.com/Keats/tera"
keywords = ["template", "html", "django", "markup", "jinja2"]
categories = ["template-engine"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ It does not aim to be 100% compatible with them but has many of the Jinja2/Djang
## Documentation
API documentation is available on [docs.rs](https://docs.rs/crate/tera/).

Tera documentation is available on its [site](https://tera.netlify.app/docs).
Tera documentation is available on its [site](http://keats.github.io/tera/docs).

## SemVer
This project follows SemVer only for the public API, public API here meaning functions appearing in the docs.
Expand Down
3 changes: 1 addition & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Tera documentation

Uses [Zola](https://www.getzola.org/), see `netlify.toml` for
the exact version
Uses [Zola](https://www.getzola.org/) and deployed automatically on push to master.
2 changes: 1 addition & 1 deletion docs/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title = "Tera"
description = "Tera - A template engine for Rust inspired by Jinja2 and Django templates"
base_url = "https://tera.netlify.app/"
base_url = "http://keats.github.io/tera/"
compile_sass = true

[markdown]
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"author": "Vincent Prouillet <balthek@gmail.com>",
"license": "(MIT OR Apache-2.0)",
"homepage": "https://tera.netlify.app/",
"homepage": "http://keats.github.io/tera/",
"dependencies": {
"tera-web": "file:playground/pkg/"
},
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//! template inheritance, variable interpolation, conditionals, loops, filters, and custom
//! functions, enabling developers to build complex applications with ease.
//!
//! See the [site](https://tera.netlify.com) for more information and to get started.
//! See the [site](http://keats.github.io/tera/) for more information and to get started.
//!
//! ## Features
//!
Expand Down

0 comments on commit 22b9698

Please sign in to comment.