fschutt / azul

Desktop GUI Framework
https://azul.rs/
Mozilla Public License 2.0
5.89k stars 220 forks source link

Links broken on azul.rs #269

Open TomByrne opened 3 years ago

TomByrne commented 3 years ago

All of the links at https://azul.rs/release/nightly are broken.

entropylost commented 3 years ago

Additionallly, the readme link to the guide and api is ending with a /, which causes it to not work. eg: https://azul.rs/guide vs https://azul.rs/guide/

fschutt commented 3 years ago

The release links are broken because there is no release yet. So far I've only uploaded the_ linux libazul.so and other files, for example the API header: https://azul.rs/release/nightly/files/azul.h

The links in the README have been fixed.

NSoiffer commented 2 years ago

All the file download links on https://azul.rs/release/1.0.0-alpha1 are broken. Since the documentation in many places says "use the pre-built libraries", it makes it rather hard to even try Azul...

2gn commented 2 years ago

since the links are broken, libazul.so can only be retrieved by using the following link as mentioned. https://azul.rs/release/nightly/files/libazul.so

fschutt commented 2 years ago

yeah, also that's a relatively old version by now. I should do another release.

NSoiffer commented 2 years ago

Sorry, I gave up and went with a different solution. Nonetheless, doing a new release and fixing the links is a good idea. If so, I'll consider using azul for a future project.