Skip to content

Commit 2842ee2

Browse files
committed
[OGM-1579] Replace problematic words
1 parent cc1a8c1 commit 2842ee2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ You can base your test case on the test cases already existing in the repository
4040

4141
Create a "topic" branch on which you will work. The convention is to name the branch
4242
using the JIRA issue key. If there is not already a JIRA issue covering the work you
43-
want to do, create one. Assuming you will be working from the master branch and working
43+
want to do, create one. Assuming you will be working from the main branch and working
4444
on the JIRA OGM-1234 :
4545

46-
git checkout -b OGM-1234 master
46+
git checkout -b OGM-1234 main
4747

4848

4949
## Code
@@ -82,9 +82,9 @@ Add the original Hibernate OGM repository as a remote repository called upstream
8282
git remote add upstream https://github.com/hibernate/hibernate-ogm.git
8383
```
8484

85-
If you want to rebase your branch on top of the master branch, you can use the following git command:
85+
If you want to rebase your branch on top of the main branch, you can use the following git command:
8686
```shell
87-
git pull --rebase upstream master
87+
git pull --rebase upstream main
8888
```
8989

9090
## Submit

documentation/manual/src/main/asciidoc/modules/configuration.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ If you are using the Hibernate OGM Infinispan feature packs, you don't have to w
596596
=== Integration with WildFly NoSQL
597597

598598
_WildFly NoSQL_ project allows to configure a NoSQL datastore client within a WildFly subsystem.
599-
See https://github.com/wildfly/wildfly-nosql/tree/master/doc[WildFly NoSQL Documentation].
599+
See https://github.com/wildfly/wildfly-nosql/tree/1.0.2.Final/doc[WildFly NoSQL Documentation].
600600
In a nutshell it provides the analogous concept of a _SQL DataSource_ for a NoSQL datastore.
601601

602602
It is possible to configure Hibernate OGM to use the connections provided by WildFly NoSQL,

documentation/manual/src/main/asciidoc/modules/how-to-contribute.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ run it from the [filename]`hibernate-ogm-documentation/manual` subdirectory.
9595
The best way to share code is to fork the Hibernate OGM repository on GitHub,
9696
create a branch and open a pull request when you are ready.
9797
Make sure to rebase your pull request
98-
on the latest version of the master branch before offering it.
98+
on the latest version of the main branch before offering it.
9999

100100
Here are a couple of approaches the team follows:
101101

documentation/manual/src/main/asciidoc/modules/infinispan.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ It should also define three cache names:
624624
|===============
625625

626626
This configuration is not going to scale well on write operations:
627-
to do that you should read about the master/slave and sharding options in Hibernate Search.
627+
to do that you should read about the controller/worker and sharding options in Hibernate Search.
628628
The complete explanation and configuration options can be found in the
629629
https://docs.jboss.org/hibernate/search/{hibernate-search-major-minor-version}/reference/en-US/html_single/#infinispan-directories[Hibernate Search Reference Guide]
630630

0 commit comments

Comments
 (0)