Skip to content

Commit 2903d4d

Browse files
committed
Address PR comments
1 parent 1345024 commit 2903d4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.clinerules/01-Workforce-tenant-configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ let kGraphEndpoint = "https://graph.microsoft.de/"
128128
let kAuthority = "https://login.microsoftonline.de/common"
129129
```
130130

131-
See [Microsoft Graph deployments documentation](/graph/deployments#app-registration-and-token-service-root-endpoints) for other endpoints.
131+
See [Microsoft Graph deployments documentation](https://learn.microsoft.com/en-us/graph/deployments#app-registration-and-token-service-root-endpoints) for other endpoints.
132132

133133
### 4.3 Configure Bundle Identifier
134134

@@ -273,7 +273,7 @@ After successfully building and running the sample:
273273

274274
### For macOS Applications
275275

276-
- Follow the tutorial: [Sign in users and call Microsoft Graph from a macOS app](https://learn.microsoft.com/en-us/entra/identity-platform/tutorial-v2-ios)
276+
- Follow the iOS tutorial (also applies to macOS): [Sign in users and call Microsoft Graph from a iOS/macOS app](https://learn.microsoft.com/en-us/entra/identity-platform/tutorial-v2-ios)
277277
- Implement additional application features
278278
- Add keychain integration for secure token storage
279279

.clinerules/04-Code-style-guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ All new files **MUST** include the Microsoft copyright header when added to this
541541
//
542542
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
543543
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
544-
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.IN NO EVENT SHALL THE
544+
// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
545545
// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
546546
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
547547
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN

0 commit comments

Comments
 (0)