Skip to content

Commit 94005b7

Browse files
authored
Merge pull request github#15973 from juniorjp/pricing_calculator_new_urls
Pricing calculator new urls
2 parents a6413f6 + 10d1c95 commit 94005b7

File tree

7 files changed

+8
-4
lines changed

7 files changed

+8
-4
lines changed

content/billing/managing-billing-for-github-actions/about-billing-for-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The number of jobs you can run concurrently across all repositories in your user
6969

7070
## Calculating minute and storage spending
7171

72-
{% data reusables.dotcom_billing.pricing_cal %}
72+
{% data reusables.dotcom_billing.pricing_calculator.pricing_cal_actions %}
7373

7474
At the end of the month, {% data variables.product.prodname_dotcom %} calculates the cost of minutes and storage used over the amount included in your account.
7575

content/billing/managing-billing-for-github-codespaces/about-billing-for-codespaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Your {% data variables.product.prodname_codespaces %} usage shares your account'
3838
If you purchased {% data variables.product.prodname_enterprise %} through a Microsoft Enterprise Agreement, you can connect your Azure Subscription ID to your enterprise account to enable and pay for {% data variables.product.prodname_codespaces %} usage. For more information, see "[Connecting an Azure subscription to your enterprise](/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription-to-your-enterprise)."
3939
{% endif %}
4040

41-
{% data reusables.dotcom_billing.pricing_cal %}
41+
{% data reusables.dotcom_billing.pricing_calculator.pricing_cal_codespaces %}
4242

4343
### Billing for {% data variables.product.prodname_codespaces %} prebuilds
4444

content/billing/managing-billing-for-github-packages/about-billing-for-github-packages.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ Storage usage is shared with build artifacts produced by {% data variables.produ
5151

5252
{% data variables.product.prodname_dotcom %} charges usage to the account that owns the repository where the package is published. If your account's usage surpasses these limits and you have set a spending limit above $0 USD, you will pay $0.25 USD per GB of storage and $0.50 USD per GB of data transfer.
5353

54-
For example, if your organization uses {% data variables.product.prodname_team %}, allows unlimited spending, uses 150GB of storage, and has 50GB of data transfer out during a month, the organization would have overages of 148GB for storage and 40GB for data transfer for that month. The storage overage would cost $0.25 USD per GB or $37 USD. The overage for data transfer would cost $0.50 USD per GB or $20 USD. {% data reusables.dotcom_billing.pricing_cal %}
54+
For example, if your organization uses {% data variables.product.prodname_team %}, allows unlimited spending, uses 150GB of storage, and has 50GB of data transfer out during a month, the organization would have overages of 148GB for storage and 40GB for data transfer for that month. The storage overage would cost $0.25 USD per GB or $37 USD. The overage for data transfer would cost $0.50 USD per GB or $20 USD.
55+
56+
{% data reusables.dotcom_billing.pricing_calculator.pricing_cal_packages %}
5557

5658
At the end of the month, {% data variables.product.prodname_dotcom %} rounds your data transfer to the nearest GB.
5759

data/reusables/dotcom_billing/pricing_cal.md

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
To estimate the costs for consumptive services, you can use the {% data variables.product.prodname_dotcom %} [pricing calculator](https://github.com/pricing/calculator?feature=actions).
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
To estimate the costs for consumptive services, you can use the {% data variables.product.prodname_dotcom %} [pricing calculator](https://github.com/pricing/calculator?feature=codespaces).
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
To estimate the costs for consumptive services, you can use the {% data variables.product.prodname_dotcom %} [pricing calculator](https://github.com/pricing/calculator?feature=packages).

0 commit comments

Comments
 (0)