You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you search the content folder for //18f.gsa.gov/, there are about 750 results.
At some point, we should change all of these links to the 11ty style of linking: {{ the path | url }}
Problem: In the absence of analytics, don't know if any of these links are broken, or how many, because we only check internal links, because checking external links is hard.
Benefit: If we change the linking from hardcoded to {{ }}, all of these links become internal links. (Right now, they're considered external when you're working locally, on localhost.) If these links become internal, they become check-able, improving the integrity of the site.
It's debatable whether this is in or out of scope for the migration, but since it's a non-trivial content change that doesn't block migration, I'm going to set it as out-of-scope for now.
The content you are editing has changed. Please copy your edits and refresh the page.
If you search the content folder for
//18f.gsa.gov/
, there are about 750 results.At some point, we should change all of these links to the 11ty style of linking:
{{ the path | url }}
Problem: In the absence of analytics, don't know if any of these links are broken, or how many, because we only check internal links, because checking external links is hard.
Benefit: If we change the linking from hardcoded to
{{ }}
, all of these links become internal links. (Right now, they're considered external when you're working locally, onlocalhost
.) If these links become internal, they become check-able, improving the integrity of the site.It's debatable whether this is in or out of scope for the migration, but since it's a non-trivial content change that doesn't block migration, I'm going to set it as out-of-scope for now.
Tasks
The text was updated successfully, but these errors were encountered: