12
12
## Overview
13
13
14
14
This is a Next.js template utilizing Carbon for IBM.com React, deploying a vanilla instance of Next.js with the
15
- [ DotcomShell] ( https://github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/master /packages/react/src/components/DotcomShell/README.md ) ,
15
+ [ DotcomShell] ( https://github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/main /packages/react/src/components/DotcomShell/README.md ) ,
16
16
along with other various patterns and components available in Carbon for IBM.com.
17
17
18
18
## Getting Started
@@ -76,7 +76,7 @@ Right-to-left rendering is supported, to enable set the `ENABLE_RTL` environment
76
76
## Things to Note
77
77
78
78
If building an IBM.com page, there are items that need to be included which can be viewed here:
79
- [Building for IBM.com](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/master /docs/building-for-ibm-dotcom.md)
79
+ [Building for IBM.com](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/main /docs/building-for-ibm-dotcom.md)
80
80
81
81
### Page Language
82
82
@@ -88,7 +88,7 @@ This template handles page language functionality, where the available languages
88
88
89
89
The Digital Data Object (DDO) is a flexible, customizable collection of metadata that also provides tools and services
90
90
such as live chat and analytics to page authors. You can find more details on
91
- [Building for IBM.com](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/master /docs/building-for-ibm-dotcom.md).
91
+ [Building for IBM.com](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/blob/main /docs/building-for-ibm-dotcom.md).
92
92
93
93
The template has a placeholder DDO you can define located in `pages/data/DDO.json. Example values shown below:
94
94
@@ -165,5 +165,5 @@ git fetch --all
165
165
And finally merge changes in:
166
166
167
167
``` bash
168
- git merge template/master
168
+ git merge template/main
169
169
```
0 commit comments