mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
Fix tryton (#769)
* Fix Tryton Source Code URL & remove demo - ref: #1 - `https://hg.tryton.org/ : HTTP 404` - The source-code moved to `https://foss.heptapod.net/tryton/tryton` (see on the tryton.org, scroll down to the bottom, where the link is provided) - The demo is not interactive but instead a download link to the software * Add demo url Found the public demo, which was moved to `https://hg.tryton.org/demo`
This commit is contained in:
parent
b219aa1ac4
commit
7716afad6b
1 changed files with 2 additions and 2 deletions
|
|
@ -7,5 +7,5 @@ platforms:
|
|||
- Python
|
||||
tags:
|
||||
- Resource Planning
|
||||
source_code_url: https://hg.tryton.org/
|
||||
demo_url: https://www.tryton.org/download.html
|
||||
source_code_url: https://foss.heptapod.net/tryton/tryton
|
||||
demo_url: https://hg.tryton.org/demo
|
||||
|
|
|
|||
Loading…
Reference in a new issue