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

Use https for outlink #5950

Merged
merged 4 commits into from
Jul 12, 2023
Merged

Use https for outlink #5950

merged 4 commits into from
Jul 12, 2023

Commits on Jun 27, 2023

  1. Use https for outlink

    dakotabenjamin committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    bf6b413 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    74d130d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0944fcc View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Refactor test case to use dynamic organization name and URL

    Previously, the test checked if the `ORG_URL` was present in the document and if it had the expected `http://` prefix. In the updated version, the test checks for the presence of a text containing the organization name `ORG_NAME` from the environment followed by "Website". Additionally, the test verifies that the corresponding anchor element has the correct href attribute equal to ORG_URL.
    HelNershingThapa committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    1b6fe83 View commit details
    Browse the repository at this point in the history