Skip to content

fix: resolve HTTP links, double slash path and case mismatch in docs#1673

Open
harshmahajan7 wants to merge 1 commit intohotwax:user-guides-pubfrom
harshmahajan7:fix/broken-links-and-http-urls
Open

fix: resolve HTTP links, double slash path and case mismatch in docs#1673
harshmahajan7 wants to merge 1 commit intohotwax:user-guides-pubfrom
harshmahajan7:fix/broken-links-and-http-urls

Conversation

@harshmahajan7
Copy link
Copy Markdown

@harshmahajan7 harshmahajan7 commented May 5, 2026

Summary

This PR fixes 3 issues found during a full automated scan of 492 markdown files in the documents/ directory.

Full audit details in issue #1676.


Changes Made

File Line Fix
learn-shopify/initial-sync/README.md L25 http://https:// for job-manager.hotwax.io
learn-shopify/initial-sync/import-orders.md L14 http://https:// for job-manager.hotwax.io
how-to-guides/configure-store-fulfillment.md L71 Removed double slash // in workflow path
netsuite-deployment/SUMMARY.md L15 Fixed case mismatch: productStore-settings.mdproductstore-settings.md

Remaining Issues

4 broken relative links (missing files) are tracked in issue #1676 and need content decisions from maintainers:

  • learn-hotwax-oms/README.md — 3 broken links (packing slips, pre-orders, safety stock)
  • how-to-guides/configure-store-fulfillment.md — missing page for configure-fulfillment-capacity

- Fix HTTP to HTTPS for job-manager.hotwax.io links (2 files)
- Fix double slash // in retail-operations workflow path
- Fix case mismatch: productStore-settings.md -> productstore-settings.md in SUMMARY.md
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request fixes a malformed internal link, updates a file reference to lowercase, and upgrades several URLs from HTTP to HTTPS. The review feedback identifies opportunities to further align the documentation with the style guide by using descriptive hyperlink text instead of raw URLs, ensuring parallel grammatical structure, and applying proper capitalization and backtick formatting for job names.

Online ATP = QOH - (Reserved quantities + Safety stock + Threshold + Orders in brokering queue + Excluded facilities' ATP)

For each store that allows online fulfillment, HotWax Commerce calculates the Online ATP that is available to sell and synchronize the inventory with Shopify through [Hard Sync and \`Update recent inventory changes jobs](/documents/retail-operations//workflow/job-workflows/inventory).
For each store that allows online fulfillment, HotWax Commerce calculates the Online ATP that is available to sell and synchronize the inventory with Shopify through [Hard Sync and \`Update recent inventory changes jobs](/documents/retail-operations/workflow/job-workflows/inventory).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The link text contains a stray escaped backtick and the sentence lacks parallel structure ("calculates" vs "synchronize"). Additionally, job names should be capitalized as proper nouns and enclosed in backticks per the style guide. Pruning "that is" also improves clarity and conciseness.

Suggested change
For each store that allows online fulfillment, HotWax Commerce calculates the Online ATP that is available to sell and synchronize the inventory with Shopify through [Hard Sync and \`Update recent inventory changes jobs](/documents/retail-operations/workflow/job-workflows/inventory).
For each store that allows online fulfillment, HotWax Commerce calculates the Online ATP available to sell and synchronizes the inventory with Shopify through the [`Hard Sync` and `Update Recent Inventory Changes` jobs](/documents/retail-operations/workflow/job-workflows/inventory).
References
  1. Use backticks to format UI elements such as button names, labels, or page titles. (link)
  2. Keep lists and series in the same grammatical form. (link)
  3. Prune excess words. Short sentences and fragments are easier to scan and read. (link)

To initiate the import of products from Shopify, a crucial step before importing other data, follow these steps using the Initial Load page in the Job Manager app:

1. Visit [job-manager.hotwax.io](http://job-manager.hotwax.io).
1. Visit [job-manager.hotwax.io](https://job-manager.hotwax.io).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

According to the style guide, hyperlinks should be applied to descriptive text rather than using the raw URL or hostname as the link text.

Suggested change
1. Visit [job-manager.hotwax.io](https://job-manager.hotwax.io).
1. Visit [Job Manager](https://job-manager.hotwax.io).
References
  1. Add hyperlinks over text, not as raw URLs. (link)

**To import orders in HotWax Commerce, follow these steps:**

1. Visit [job-manager.hotwax.io](http://job-manager.hotwax.io).
1. Visit [job-manager.hotwax.io](https://job-manager.hotwax.io).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

According to the style guide, hyperlinks should be applied to descriptive text rather than using the raw URL or hostname as the link text.

Suggested change
1. Visit [job-manager.hotwax.io](https://job-manager.hotwax.io).
1. Visit [Job Manager](https://job-manager.hotwax.io).
References
  1. Add hyperlinks over text, not as raw URLs. (link)

@harshmahajan7 harshmahajan7 changed the title fix: resolve broken links, HTTP→HTTPS URLs and path errors across docs fix: resolve HTTP links, double slash path and case mismatch in docs May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant