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

Convert links wrapping resources to href param #1144

Closed
1 task
ChristopherChudzicki opened this issue Mar 18, 2022 · 2 comments
Closed
1 task

Convert links wrapping resources to href param #1144

ChristopherChudzicki opened this issue Mar 18, 2022 · 2 comments

Comments

@ChristopherChudzicki
Copy link
Contributor

See #1130 for motivation

Acceptance Criteria

  • Convert all links wrapping resource shortcodes to href / href_uuid properties on the resource

Example

# Within-site link:
[{{< resource image-uuid >}}]({{< baseurl >}}/resources/lgo_map)

# Similarly, external (and cross-site) links
[{{< resource image-uuid >}}](https://externalurl.org)
# Become
{{< resource image-uuid href="https://externalurl.org" >}}
@ChristopherChudzicki
Copy link
Contributor Author

ChristopherChudzicki commented Mar 29, 2022

Doing #1179 separately first.

@ChristopherChudzicki
Copy link
Contributor Author

ChristopherChudzicki commented Apr 11, 2022

This is done. https://docs.google.com/spreadsheets/d/1fBwIAxHbvLB60Reiz2i2SS6zRVAeKcMV6rxcABbQrEM/edit#gid=300310098 lists the replacements. Sites were republished.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant