diff options
| author | Simon Wisselink <s.wisselink@iwink.nl> | 2024-02-02 22:42:54 +0100 |
|---|---|---|
| committer | Simon Wisselink <s.wisselink@iwink.nl> | 2024-02-05 14:09:44 +0100 |
| commit | e6b6a0cbb2c69bf6851bd90e6c5729e10084c222 (patch) | |
| tree | 47ceae0993287c33e4d50f6b4b2ff6b03aa154d4 | |
| parent | 1820e875dcf852c57f923050ce802c76566fade5 (diff) | |
| download | smarty-e6b6a0cbb2c69bf6851bd90e6c5729e10084c222.tar.gz smarty-e6b6a0cbb2c69bf6851bd90e6c5729e10084c222.tar.bz2 smarty-e6b6a0cbb2c69bf6851bd90e6c5729e10084c222.zip | |
Add backlink to GitHub
| -rw-r--r-- | CHANGELOG.md | 3 | ||||
| -rw-r--r-- | docs/index.md | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 16cba166..05718d2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - PHP8.3 support [#925](https://github.com/smarty-php/smarty/issues/925) - +- Backlink to GitHub in docs +- ### Fixed - The {debug} tag was broken in v5 [#922](https://github.com/smarty-php/smarty/issues/922) diff --git a/docs/index.md b/docs/index.md index d641309a..5c788f9b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -26,6 +26,10 @@ and 480 for $height, the result is: - [Features](./features.md) - or "Why do I want Smarty?" ## Help +- [Search or create an issue](https://github.com/smarty-php/smarty/issues) - [Upgrading from an older version](upgrading.md) - [Some random tips & tricks](./appendixes/tips.md) - [Troubleshooting](./appendixes/troubleshooting.md) + +## Source code +- [Smarty repository at GitHub](https://github.com/smarty-php/smarty)
\ No newline at end of file |
