Skip to content

Commit 69bd57c

Browse files
fix: update all broken doc links
1 parent 01b5dc3 commit 69bd57c

File tree

17 files changed

+54
-28
lines changed

17 files changed

+54
-28
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: Check Documentation Broken Links
2+
3+
on:
4+
pull_request:
5+
paths:
6+
- "docs/**"
7+
- "docs.json"
8+
push:
9+
branches:
10+
- main
11+
paths:
12+
- "docs/**"
13+
- "docs.json"
14+
workflow_dispatch:
15+
16+
jobs:
17+
check-links:
18+
name: Check broken links
19+
runs-on: ubuntu-latest
20+
steps:
21+
- uses: actions/checkout@v4
22+
23+
- name: Set up Node
24+
uses: actions/setup-node@v4
25+
with:
26+
node-version: "latest"
27+
28+
- name: Install Mintlify CLI
29+
run: npm i -g mintlify
30+
31+
- name: Run broken link checker
32+
run: mintlify broken-links

docs/en/enterprise/resources/frequently-asked-questions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ mode: "wide"
4949

5050
To integrate human input into agent execution, set the `human_input` flag in the task definition. When enabled, the agent prompts the user for input before delivering its final answer. This input can provide extra context, clarify ambiguities, or validate the agent's output.
5151

52-
For detailed implementation guidance, see our [Human-in-the-Loop guide](/en/how-to/human-in-the-loop).
52+
For detailed implementation guidance, see our [Human-in-the-Loop guide](/en/enterprise/guides/human-in-the-loop).
5353
</Accordion>
5454

5555
<Accordion title="What advanced customization options are available for tailoring and enhancing agent behavior and capabilities in CrewAI?">

docs/en/observability/portkey.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -733,9 +733,7 @@ Here's a basic configuration to route requests to OpenAI, specifically using GPT
733733
- Collect relevant metadata to filter logs
734734
- Enforce access permissions
735735

736-
Create API keys through:
737-
- [Portkey App](https://app.portkey.ai/)
738-
- [API Key Management API](/en/api-reference/admin-api/control-plane/api-keys/create-api-key)
736+
Create API keys through the [Portkey App](https://app.portkey.ai/)
739737

740738
Example using Python SDK:
741739
```python
@@ -758,7 +756,7 @@ Here's a basic configuration to route requests to OpenAI, specifically using GPT
758756
)
759757
```
760758

761-
For detailed key management instructions, see our [API Keys documentation](/en/api-reference/admin-api/control-plane/api-keys/create-api-key).
759+
For detailed key management instructions, see the [Portkey documentation](https://portkey.ai/docs).
762760
</Accordion>
763761

764762
<Accordion title="Step 4: Deploy & Monitor">

docs/en/tools/cloud-storage/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ These tools enable your agents to interact with cloud services, access cloud sto
1818
Write and upload files to Amazon S3 storage.
1919
</Card>
2020

21-
<Card title="Bedrock Invoke Agent" icon="aws" href="/en/tools/cloud-storage/bedrockinvokeagenttool">
21+
<Card title="Bedrock Invoke Agent" icon="aws" href="/en/tools/integration/bedrockinvokeagenttool">
2222
Invoke Amazon Bedrock agents for AI-powered tasks.
2323
</Card>
2424

docs/ko/changelog.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,11 +632,11 @@ mode: "wide"
632632

633633
## 기여
634634

635-
기여를 원하시면, [기여 가이드](CONTRIBUTING.md)를 참조하세요.
635+
기여를 원하시면, [기여 가이드](https://github.com/crewAIInc/crewAI/blob/main/CONTRIBUTING.md)를 참조하세요.
636636

637637
## 라이센스
638638

639-
이 프로젝트는 MIT 라이센스 하에 배포됩니다. 자세한 내용은 [LICENSE](LICENSE) 파일을 확인하세요.
639+
이 프로젝트는 MIT 라이센스 하에 배포됩니다. 자세한 내용은 [LICENSE](https://github.com/crewAIInc/crewAI/blob/main/LICENSE) 파일을 확인하세요.
640640
</Update>
641641

642642
<Update label="2025년 5월 22일">

docs/ko/enterprise/features/marketplace.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ mode: "wide"
3636
<Card title="도구 & 통합" href="/ko/enterprise/features/tools-and-integrations" icon="wrench">
3737
에이전트가 사용할 외부 앱 연결 및 내부 도구 관리.
3838
</Card>
39-
<Card title="도구 저장소" href="/ko/enterprise/features/tool-repository" icon="toolbox">
39+
<Card title="도구 저장소" href="/ko/enterprise/guides/tool-repository" icon="toolbox">
4040
크루 기능을 확장할 수 있도록 도구를 게시하고 설치.
4141
</Card>
4242
<Card title="에이전트 저장소" href="/ko/enterprise/features/agent-repositories" icon="people-group">

docs/ko/enterprise/features/tools-and-integrations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ mode: "wide"
231231
## 관련 문서
232232

233233
<CardGroup cols={2}>
234-
<Card title="도구 저장소" href="/ko/enterprise/features/tool-repository" icon="toolbox">
234+
<Card title="도구 저장소" href="/ko/enterprise/guides/tool-repository" icon="toolbox">
235235
크루 기능을 확장할 수 있도록 도구를 게시하고 설치하세요.
236236
</Card>
237237
<Card title="Webhook 자동화" href="/ko/enterprise/guides/webhook-automation" icon="bolt">

docs/ko/enterprise/resources/frequently-asked-questions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ mode: "wide"
4949

5050
에이전트 실행에 인간 입력을 통합하려면 작업 정의에서 `human_input` 플래그를 설정하세요. 활성화하면, 에이전트가 최종 답변을 제공하기 전에 사용자에게 입력을 요청합니다. 이 입력은 추가 맥락을 제공하거나, 애매함을 해소하거나, 에이전트의 출력을 검증해야 할 때 활용될 수 있습니다.
5151

52-
자세한 구현 방법은 [Human-in-the-Loop 가이드](/ko/how-to/human-in-the-loop)를 참고해 주세요.
52+
자세한 구현 방법은 [Human-in-the-Loop 가이드](/ko/enterprise/guides/human-in-the-loop)를 참고해 주세요.
5353
</Accordion>
5454

5555
<Accordion title="CrewAI에서 에이전트의 행동과 역량을 맞춤화하고 향상시키기 위한 고급 커스터마이징 옵션에는 어떤 것이 있나요?">

docs/ko/observability/portkey.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -730,9 +730,7 @@ Portkey 대시보드에서 [구성 페이지](https://app.portkey.ai/configs)에
730730
- 로그를 필터링하기 위한 관련 메타데이터 수집
731731
- 액세스 권한 적용
732732

733-
API 키 생성 방법:
734-
- [Portkey App](https://app.portkey.ai/)
735-
- [API Key Management API](/ko/api-reference/admin-api/control-plane/api-keys/create-api-key)
733+
[Portkey App](https://app.portkey.ai/)를 통해 API 키를 생성하세요
736734

737735
Python SDK를 사용한 예시:
738736
```python
@@ -755,7 +753,7 @@ api_key = portkey.api_keys.create(
755753
)
756754
```
757755

758-
자세한 키 관리 방법은 [API 키 문서](/ko/api-reference/admin-api/control-plane/api-keys/create-api-key)를 참조하세요.
756+
자세한 키 관리 방법은 [Portkey 문서](https://portkey.ai/docs)를 참조하세요.
759757
</Accordion>
760758

761759
<Accordion title="4단계: 배포 및 모니터링">

docs/ko/tools/cloud-storage/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mode: "wide"
1818
파일을 Amazon S3 스토리지에 작성하고 업로드합니다.
1919
</Card>
2020

21-
<Card title="Bedrock Invoke Agent" icon="aws" href="/ko/tools/cloud-storage/bedrockinvokeagenttool">
21+
<Card title="Bedrock Invoke Agent" icon="aws" href="/ko/tools/integration/bedrockinvokeagenttool">
2222
AI 기반 작업을 위해 Amazon Bedrock 에이전트를 호출합니다.
2323
</Card>
2424

0 commit comments

Comments
 (0)