Skip to content

Commit 17fc408

Browse files
adriendupuismnocon
andauthored
Apply suggestions from code review
Co-authored-by: Marek Nocoń <[email protected]>
1 parent f625465 commit 17fc408

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/commerce/payment/enable_paypal_payments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition: commerce
77

88
By using Payum to integrate PayPal into your application, you can offer your customers a versatile payment processing service that supports various payment methods, including credit cards, debit cards, Pay Later options, and alternative payment methods.
99

10-
Before you can proceed with integrating PayPal, you must [create a PayPal business account](https://www.paypal.com/unifiedonboarding/entry) and obtain API credentials.
10+
Before you can proceed with integrating PayPal, you must [create a PayPal business account](https://www.paypal.com/bizsignup/#/singlePageSignup) and obtain API credentials.
1111

1212
Install the PayPal package:
1313

docs/commerce/transactional_emails/transactional_emails.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Once you gain access to the Actito dashboard:
4646

4747
1\. Configure the API to make calls with the GET method.
4848

49-
2\. Get the [API key](http://cdn3.actito.com/fe/actito-documentation/docs/Managing_API_users/) and entity name.
49+
2\. Get the [API key](https://cdn3.actito.com/fe/actito-documentation/docs/Managing_API_users/) and entity name.
5050

5151
3\. Set these values in the YAML configuration files, under the `ibexa.system.default.connector_actito` key:
5252

docs/search/search_engines/solr_search_engine/install_solr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ Here are the most common issues you may encounter:
293293
- Content isn't immediately available 
294294
- Solr Bundle on purpose doesn't commit changes directly on Repository updates *(on indexing)*,
295295
but lets you control this using Solr configuration. Adjust Solr's `autoSoftCommit` (visibility of changes to search index) and/or `autoCommit` (hard commit, for durability and replication)
296-
to balance performance and load on your Solr instance against needs you have for "[NRT](https://solr.apache.org/guide/7_7/basic-authentication-plugin.html)".
296+
to balance performance and load on your Solr instance against needs you have for "[NRT](https://solr.apache.org/guide/7_7/near-real-time-searching.html)".
297297
- Running out of memory during indexing
298298
- In general make sure to run indexing using the prod environment to avoid debuggers and loggers from filling up memory.
299299
- Flysystem: You can find further info in https://issues.ibexa.co/browse/EZP-25325.

0 commit comments

Comments
 (0)