Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace absolute links with relative ones #102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

warp-core
Copy link
Contributor

Typo fix

Summary

Replaces some absolute links to the deployed wiki pages at https://github.com/endless-sky/endless-sky/wiki with relative links to the files in the local directory.
Note that these links don't actually work in this repository because GitHub expects the URL for a file in a "blob" to include an extension, but when deploying to the wiki, the page URLs do not have extensions. This has always been the case for the links that are already relative.

@TheGiraffe3 TheGiraffe3 added standalone A PR that doesn't require an endless-sky PR to be merged. typo For typo issues and fixes labels Feb 26, 2025
@@ -44,4 +44,4 @@ As with the sprite attributes, you should only include whichever attributes you
* `"random spin" <degrees#>`: The effect should spin a random amount up to this number of degrees per frame.
* `"random frame rate" <fps#>`: Speed up the animation by a random amount up to this number of frames per second. This is to make it so that a bunch of identical effects created at the same moment do not end up perfectly in sync.
* `"absolute velocity" <velocity#>`: Effects normally inherit the velocity and angle of whatever created them. Specifying an absolute velocity overwrites whatever the velocity of the parent object was. An explicit value of 0 will result in the effect having a base velocity of 0. Any random velocity still gets added to this value. Any absolute velocity value will cause the velocity scale attribute to take no effect. **(v. 0.9.15)**
* `"absolute angle" <degrees#>`: As with absolute velocity, specifying an absolute angle overwrites whatever the angle of the parent object was. An explicit value of 0 will result in the effect having a base angle of 0. Any random angle still gets added to this value.**(v. 0.9.15)**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has anything been changed here and on the last line of wiki/CreatingPersons.md, or is this just an odd GitHub thing?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's adding a newline that was missing before, but GitHub doesn't know how to display it properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
standalone A PR that doesn't require an endless-sky PR to be merged. typo For typo issues and fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants