Skip to content

Commit 0b740a1

Browse files
committed
Fixed links to the main repo from fork.
1 parent e219783 commit 0b740a1

File tree

11 files changed

+55
-55
lines changed

11 files changed

+55
-55
lines changed

.codeboarding/Client_API_Layer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ graph LR
55
Pipelex_Core_Engine_API_["Pipelex (Core Engine API)"]
66
CLI_Command_Line_Interface_ -- "interacts with" --> Pipelex_Core_Engine_API_
77
Pipelex_Core_Engine_API_ -- "exposes API to" --> Client_API_Layer
8-
click Client_API_Layer href "https://github.com/CodeBoarding/pipelex/blob/main/.codeboarding/Client_API_Layer.md" "Details"
8+
click Client_API_Layer href "https://github.com/Pipelex/pipelex/blob/main/.codeboarding/Client_API_Layer.md" "Details"
99
```
1010

1111
[![CodeBoarding](https://img.shields.io/badge/Generated%20by-CodeBoarding-9cf?style=flat-square)](https://github.com/CodeBoarding/GeneratedOnBoardings)[![Demo](https://img.shields.io/badge/Try%20our-Demo-blue?style=flat-square)](https://www.codeboarding.org/demo)[![Contact](https://img.shields.io/badge/Contact%20us%20-%20contact@codeboarding.org-lightgrey?style=flat-square)](mailto:contact@codeboarding.org)
@@ -21,7 +21,7 @@ This layer serves as the primary interface for external users and systems to int
2121
**Related Classes/Methods**:
2222

2323
- `pipelex.cli._cli`
24-
- <a href="https://github.com/CodeBoarding/pipelex/blob/main/pipelex/pipelex.py#L60-L304" target="_blank" rel="noopener noreferrer">`pipelex.pipelex.Pipelex` (60:304)</a>
24+
- <a href="https://github.com/Pipelex/pipelex/blob/main/pipelex/pipelex.py#L60-L304" target="_blank" rel="noopener noreferrer">`pipelex.pipelex.Pipelex` (60:304)</a>
2525

2626

2727
### CLI (Command-Line Interface)
@@ -39,7 +39,7 @@ While `Pipelex` represents the core orchestration engine, its public methods and
3939

4040
**Related Classes/Methods**:
4141

42-
- <a href="https://github.com/CodeBoarding/pipelex/blob/main/pipelex/pipelex.py#L60-L304" target="_blank" rel="noopener noreferrer">`pipelex.pipelex.Pipelex` (60:304)</a>
42+
- <a href="https://github.com/Pipelex/pipelex/blob/main/pipelex/pipelex.py#L60-L304" target="_blank" rel="noopener noreferrer">`pipelex.pipelex.Pipelex` (60:304)</a>
4343

4444

4545

.codeboarding/Configuration_Extensibility_Management.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Serves as the primary interface for loading, merging, and providing access to al
2828

2929
**Related Classes/Methods**:
3030

31-
- <a href="https://github.com/CodeBoarding/pipelex/blob/main/pipelex/tools/config/manager.py#L22-L222" target="_blank" rel="noopener noreferrer">`pipelex.tools.config.manager.ConfigManager` (22:222)</a>
31+
- <a href="https://github.com/Pipelex/pipelex/blob/main/pipelex/tools/config/manager.py#L22-L222" target="_blank" rel="noopener noreferrer">`pipelex.tools.config.manager.ConfigManager` (22:222)</a>
3232

3333

3434
### PipelexConfig
@@ -37,7 +37,7 @@ Acts as the central data structure holding the loaded and validated configuratio
3737

3838
**Related Classes/Methods**:
3939

40-
- <a href="https://github.com/CodeBoarding/pipelex/blob/main/pipelex/config.py#L113-L116" target="_blank" rel="noopener noreferrer">`pipelex.config.PipelexConfig` (113:116)</a>
40+
- <a href="https://github.com/Pipelex/pipelex/blob/main/pipelex/config.py#L113-L116" target="_blank" rel="noopener noreferrer">`pipelex.config.PipelexConfig` (113:116)</a>
4141

4242

4343
### LibraryManager
@@ -55,7 +55,7 @@ Manages the lifecycle of external plugins, including their discovery, loading, i
5555

5656
**Related Classes/Methods**:
5757

58-
- <a href="https://github.com/CodeBoarding/pipelex/blob/main/pipelex/plugins/plugin_manager.py#L8-L26" target="_blank" rel="noopener noreferrer">`pipelex.plugins.plugin_manager.PluginManager` (8:26)</a>
58+
- <a href="https://github.com/Pipelex/pipelex/blob/main/pipelex/plugins/plugin_manager.py#L8-L26" target="_blank" rel="noopener noreferrer">`pipelex.plugins.plugin_manager.PluginManager` (8:26)</a>
5959

6060

6161

.codeboarding/Core_Orchestration_Engine.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The primary entry point and top-level orchestrator of the entire Pipelex system.
2626

2727
**Related Classes/Methods**:
2828

29-
- <a href="https://github.com/CodeBoarding/pipelex/blob/main/pipelex/pipelex.py#L60-L304" target="_blank" rel="noopener noreferrer">`pipelex.pipelex.Pipelex` (60:304)</a>
29+
- <a href="https://github.com/Pipelex/pipelex/blob/main/pipelex/pipelex.py#L60-L304" target="_blank" rel="noopener noreferrer">`pipelex.pipelex.Pipelex` (60:304)</a>
3030

3131

3232
### Configuration Manager
@@ -44,7 +44,7 @@ Manages the lifecycle of defined pipelines, including their registration, retrie
4444

4545
**Related Classes/Methods**:
4646

47-
- <a href="https://github.com/CodeBoarding/pipelex/blob/main/pipelex/pipeline/pipeline_manager.py#L13-L43" target="_blank" rel="noopener noreferrer">`pipelex.pipeline.pipeline_manager.PipelineManager` (13:43)</a>
47+
- <a href="https://github.com/Pipelex/pipelex/blob/main/pipelex/pipeline/pipeline_manager.py#L13-L43" target="_blank" rel="noopener noreferrer">`pipelex.pipeline.pipeline_manager.PipelineManager` (13:43)</a>
4848

4949

5050
### Pipe Router
@@ -53,7 +53,7 @@ The core execution engine for individual 'pipes'. It dispatches execution reques
5353

5454
**Related Classes/Methods**:
5555

56-
- <a href="https://github.com/CodeBoarding/pipelex/blob/main/pipelex/pipe_works/pipe_router.py#L15-L58" target="_blank" rel="noopener noreferrer">`pipelex.pipe_works.pipe_router.PipeRouter` (15:58)</a>
56+
- <a href="https://github.com/Pipelex/pipelex/blob/main/pipelex/pipe_works/pipe_router.py#L15-L58" target="_blank" rel="noopener noreferrer">`pipelex.pipe_works.pipe_router.PipeRouter` (15:58)</a>
5757

5858

5959

.codeboarding/Pipe_Operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The most fundamental abstract base (pipelex.core.pipe_abstract.PipeAbstract) tha
5555

5656
**Related Classes/Methods**:
5757

58-
- <a href="https://github.com/CodeBoarding/pipelex/blob/main/pipelex/core/pipe_abstract.py#L13-L81" target="_blank" rel="noopener noreferrer">`pipelex.core.pipe_abstract.PipeAbstract` (13:81)</a>
58+
- <a href="https://github.com/Pipelex/pipelex/blob/main/pipelex/core/pipe_abstract.py#L13-L81" target="_blank" rel="noopener noreferrer">`pipelex.core.pipe_abstract.PipeAbstract` (13:81)</a>
5959

6060

6161
### Core Engine

.codeboarding/on_boarding.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ graph LR
1616
AI_Integration_Layer -- "utilizes configurations/plugins from" --> Configuration_Extensibility_Management
1717
AI_Integration_Layer -- "sends metrics to" --> Observability_Reporting
1818
Pipe_Operators -- "interacts with" --> Data_Working_Memory
19-
click Core_Orchestration_Engine href "https://github.com/CodeBoarding/pipelex/blob/main/.codeboarding/Core_Orchestration_Engine.md" "Details"
20-
click Pipe_Operators href "https://github.com/CodeBoarding/pipelex/blob/main/.codeboarding/Pipe_Operators.md" "Details"
21-
click AI_Integration_Layer href "https://github.com/CodeBoarding/pipelex/blob/main/.codeboarding/AI_Integration_Layer.md" "Details"
22-
click Configuration_Extensibility_Management href "https://github.com/CodeBoarding/pipelex/blob/main/.codeboarding/Configuration_Extensibility_Management.md" "Details"
23-
click Data_Working_Memory href "https://github.com/CodeBoarding/pipelex/blob/main/.codeboarding/Data_Working_Memory.md" "Details"
24-
click Client_API_Layer href "https://github.com/CodeBoarding/pipelex/blob/main/.codeboarding/Client_API_Layer.md" "Details"
25-
click Observability_Reporting href "https://github.com/CodeBoarding/pipelex/blob/main/.codeboarding/Observability_Reporting.md" "Details"
19+
click Core_Orchestration_Engine href "https://github.com/Pipelex/pipelex/blob/main/.codeboarding/Core_Orchestration_Engine.md" "Details"
20+
click Pipe_Operators href "https://github.com/Pipelex/pipelex/blob/main/.codeboarding/Pipe_Operators.md" "Details"
21+
click AI_Integration_Layer href "https://github.com/Pipelex/pipelex/blob/main/.codeboarding/AI_Integration_Layer.md" "Details"
22+
click Configuration_Extensibility_Management href "https://github.com/Pipelex/pipelex/blob/main/.codeboarding/Configuration_Extensibility_Management.md" "Details"
23+
click Data_Working_Memory href "https://github.com/Pipelex/pipelex/blob/main/.codeboarding/Data_Working_Memory.md" "Details"
24+
click Client_API_Layer href "https://github.com/Pipelex/pipelex/blob/main/.codeboarding/Client_API_Layer.md" "Details"
25+
click Observability_Reporting href "https://github.com/Pipelex/pipelex/blob/main/.codeboarding/Observability_Reporting.md" "Details"
2626
```
2727

2828
[![CodeBoarding](https://img.shields.io/badge/Generated%20by-CodeBoarding-9cf?style=flat-square)](https://github.com/CodeBoarding/GeneratedOnBoardings)[![Demo](https://img.shields.io/badge/Try%20our-Demo-blue?style=flat-square)](https://www.codeboarding.org/demo)[![Contact](https://img.shields.io/badge/Contact%20us%20-%20contact@codeboarding.org-lightgrey?style=flat-square)](mailto:contact@codeboarding.org)
@@ -34,9 +34,9 @@ Parses declarative TOML pipeline definitions, orchestrating the execution flow o
3434

3535
**Related Classes/Methods**:
3636

37-
- <a href="https://github.com/CodeBoarding/pipelex/blob/main/pipelex/pipelex.py#L60-L304" target="_blank" rel="noopener noreferrer">`pipelex.pipelex.Pipelex` (60:304)</a>
38-
- <a href="https://github.com/CodeBoarding/pipelex/blob/main/pipelex/pipe_works/pipe_router.py#L15-L58" target="_blank" rel="noopener noreferrer">`pipelex.pipe_works.pipe_router.PipeRouter` (15:58)</a>
39-
- <a href="https://github.com/CodeBoarding/pipelex/blob/main/pipelex/pipeline/pipeline_manager.py#L13-L43" target="_blank" rel="noopener noreferrer">`pipelex.pipeline.pipeline_manager.PipelineManager` (13:43)</a>
37+
- <a href="https://github.com/Pipelex/pipelex/blob/main/pipelex/pipelex.py#L60-L304" target="_blank" rel="noopener noreferrer">`pipelex.pipelex.Pipelex` (60:304)</a>
38+
- <a href="https://github.com/Pipelex/pipelex/blob/main/pipelex/pipe_works/pipe_router.py#L15-L58" target="_blank" rel="noopener noreferrer">`pipelex.pipe_works.pipe_router.PipeRouter` (15:58)</a>
39+
- <a href="https://github.com/Pipelex/pipelex/blob/main/pipelex/pipeline/pipeline_manager.py#L13-L43" target="_blank" rel="noopener noreferrer">`pipelex.pipeline.pipeline_manager.PipelineManager` (13:43)</a>
4040

4141

4242
### Pipe Operators [[Expand]](./Pipe_Operators.md)
@@ -71,10 +71,10 @@ Manages all workflow definitions, reusable components, and external plugins, whi
7171

7272
**Related Classes/Methods**:
7373

74-
- <a href="https://github.com/CodeBoarding/pipelex/blob/main/pipelex/config.py#L113-L116" target="_blank" rel="noopener noreferrer">`pipelex.config.PipelexConfig` (113:116)</a>
74+
- <a href="https://github.com/Pipelex/pipelex/blob/main/pipelex/config.py#L113-L116" target="_blank" rel="noopener noreferrer">`pipelex.config.PipelexConfig` (113:116)</a>
7575
- `pipelex.tools.config.manager`
76-
- <a href="https://github.com/CodeBoarding/pipelex/blob/main/pipelex/plugins/plugin_manager.py#L8-L26" target="_blank" rel="noopener noreferrer">`pipelex.plugins.plugin_manager.PluginManager` (8:26)</a>
77-
- <a href="https://github.com/CodeBoarding/pipelex/blob/main/pipelex/libraries/library_manager.py#L55-L405" target="_blank" rel="noopener noreferrer">`pipelex.libraries.library_manager.LibraryManager` (55:405)</a>
76+
- <a href="https://github.com/Pipelex/pipelex/blob/main/pipelex/plugins/plugin_manager.py#L8-L26" target="_blank" rel="noopener noreferrer">`pipelex.plugins.plugin_manager.PluginManager` (8:26)</a>
77+
- <a href="https://github.com/Pipelex/pipelex/blob/main/pipelex/libraries/library_manager.py#L55-L405" target="_blank" rel="noopener noreferrer">`pipelex.libraries.library_manager.LibraryManager` (55:405)</a>
7878

7979

8080
### Data & Working Memory [[Expand]](./Data_Working_Memory.md)
@@ -83,7 +83,7 @@ Handles data flow and state within pipelines, providing a shared context for sea
8383

8484
**Related Classes/Methods**:
8585

86-
- <a href="https://github.com/CodeBoarding/pipelex/blob/main/pipelex/core/working_memory.py#L38-L375" target="_blank" rel="noopener noreferrer">`pipelex.core.working_memory.WorkingMemory` (38:375)</a>
86+
- <a href="https://github.com/Pipelex/pipelex/blob/main/pipelex/core/working_memory.py#L38-L375" target="_blank" rel="noopener noreferrer">`pipelex.core.working_memory.WorkingMemory` (38:375)</a>
8787
- `pipelex.core.working_memory_factory`
8888
- `pipelex.core.stuff`
8989
- `pipelex.core.stuff_content`
@@ -96,7 +96,7 @@ Facilitates external interaction with the engine.
9696
**Related Classes/Methods**:
9797

9898
- `pipelex.cli._cli`
99-
- <a href="https://github.com/CodeBoarding/pipelex/blob/main/pipelex/pipelex.py#L60-L304" target="_blank" rel="noopener noreferrer">`pipelex.pipelex.Pipelex` (60:304)</a>
99+
- <a href="https://github.com/Pipelex/pipelex/blob/main/pipelex/pipelex.py#L60-L304" target="_blank" rel="noopener noreferrer">`pipelex.pipelex.Pipelex` (60:304)</a>
100100

101101

102102
### Observability & Reporting [[Expand]](./Observability_Reporting.md)
@@ -105,8 +105,8 @@ Provides crucial insights into pipeline execution, performance, and costs, aidin
105105

106106
**Related Classes/Methods**:
107107

108-
- <a href="https://github.com/CodeBoarding/pipelex/blob/main/pipelex/reporting/reporting_manager.py#L29-L121" target="_blank" rel="noopener noreferrer">`pipelex.reporting.reporting_manager.ReportingManager` (29:121)</a>
109-
- <a href="https://github.com/CodeBoarding/pipelex/blob/main/pipelex/pipeline/track/pipeline_tracker.py#L29-L357" target="_blank" rel="noopener noreferrer">`pipelex.pipeline.track.pipeline_tracker.PipelineTracker` (29:357)</a>
108+
- <a href="https://github.com/Pipelex/pipelex/blob/main/pipelex/reporting/reporting_manager.py#L29-L121" target="_blank" rel="noopener noreferrer">`pipelex.reporting.reporting_manager.ReportingManager` (29:121)</a>
109+
- <a href="https://github.com/Pipelex/pipelex/blob/main/pipelex/pipeline/track/pipeline_tracker.py#L29-L357" target="_blank" rel="noopener noreferrer">`pipelex.pipeline.track.pipeline_tracker.PipelineTracker` (29:357)</a>
110110
- `pipelex.tools.log.log`
111111

112112

.github/workflows/docs-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
repository_url:
99
description: 'Repository URL to test with'
1010
required: false
11-
default: 'https://github.com/CodeBoarding/pipelex'
11+
default: 'https://github.com/Pipelex/pipelex'
1212
type: string
1313
source_branch:
1414
description: 'Source branch for generation'

docs/pages/advanced-customization/Client_API_Layer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ graph LR
55
Pipelex_Core_Engine_API_["Pipelex (Core Engine API)"]
66
CLI_Command_Line_Interface_ -- "interacts with" --> Pipelex_Core_Engine_API_
77
Pipelex_Core_Engine_API_ -- "exposes API to" --> Client_API_Layer
8-
click Client_API_Layer href "https://github.com/CodeBoarding/pipelex/blob/main/.codeboarding/Client_API_Layer.md" "Details"
8+
click Client_API_Layer href "https://github.com/Pipelex/pipelex/blob/main/.codeboarding/Client_API_Layer.md" "Details"
99
```
1010

1111
[![CodeBoarding](https://img.shields.io/badge/Generated%20by-CodeBoarding-9cf?style=flat-square)](https://github.com/CodeBoarding/GeneratedOnBoardings)[![Demo](https://img.shields.io/badge/Try%20our-Demo-blue?style=flat-square)](https://www.codeboarding.org/demo)[![Contact](https://img.shields.io/badge/Contact%20us%20-%20contact@codeboarding.org-lightgrey?style=flat-square)](mailto:contact@codeboarding.org)
@@ -21,7 +21,7 @@ This layer serves as the primary interface for external users and systems to int
2121
**Related Classes/Methods**:
2222

2323
- `pipelex.cli._cli`
24-
- <a href="https://github.com/CodeBoarding/pipelex/blob/main/pipelex/pipelex.py#L60-L304" target="_blank" rel="noopener noreferrer">`pipelex.pipelex.Pipelex` (60:304)</a>
24+
- <a href="https://github.com/Pipelex/pipelex/blob/main/pipelex/pipelex.py#L60-L304" target="_blank" rel="noopener noreferrer">`pipelex.pipelex.Pipelex` (60:304)</a>
2525

2626

2727
### CLI (Command-Line Interface)
@@ -39,7 +39,7 @@ While `Pipelex` represents the core orchestration engine, its public methods and
3939

4040
**Related Classes/Methods**:
4141

42-
- <a href="https://github.com/CodeBoarding/pipelex/blob/main/pipelex/pipelex.py#L60-L304" target="_blank" rel="noopener noreferrer">`pipelex.pipelex.Pipelex` (60:304)</a>
42+
- <a href="https://github.com/Pipelex/pipelex/blob/main/pipelex/pipelex.py#L60-L304" target="_blank" rel="noopener noreferrer">`pipelex.pipelex.Pipelex` (60:304)</a>
4343

4444

4545

docs/pages/advanced-customization/Configuration_Extensibility_Management.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Serves as the primary interface for loading, merging, and providing access to al
2828

2929
**Related Classes/Methods**:
3030

31-
- <a href="https://github.com/CodeBoarding/pipelex/blob/main/pipelex/tools/config/manager.py#L22-L222" target="_blank" rel="noopener noreferrer">`pipelex.tools.config.manager.ConfigManager` (22:222)</a>
31+
- <a href="https://github.com/Pipelex/pipelex/blob/main/pipelex/tools/config/manager.py#L22-L222" target="_blank" rel="noopener noreferrer">`pipelex.tools.config.manager.ConfigManager` (22:222)</a>
3232

3333

3434
### PipelexConfig
@@ -37,7 +37,7 @@ Acts as the central data structure holding the loaded and validated configuratio
3737

3838
**Related Classes/Methods**:
3939

40-
- <a href="https://github.com/CodeBoarding/pipelex/blob/main/pipelex/config.py#L113-L116" target="_blank" rel="noopener noreferrer">`pipelex.config.PipelexConfig` (113:116)</a>
40+
- <a href="https://github.com/Pipelex/pipelex/blob/main/pipelex/config.py#L113-L116" target="_blank" rel="noopener noreferrer">`pipelex.config.PipelexConfig` (113:116)</a>
4141

4242

4343
### LibraryManager
@@ -55,7 +55,7 @@ Manages the lifecycle of external plugins, including their discovery, loading, i
5555

5656
**Related Classes/Methods**:
5757

58-
- <a href="https://github.com/CodeBoarding/pipelex/blob/main/pipelex/plugins/plugin_manager.py#L8-L26" target="_blank" rel="noopener noreferrer">`pipelex.plugins.plugin_manager.PluginManager` (8:26)</a>
58+
- <a href="https://github.com/Pipelex/pipelex/blob/main/pipelex/plugins/plugin_manager.py#L8-L26" target="_blank" rel="noopener noreferrer">`pipelex.plugins.plugin_manager.PluginManager` (8:26)</a>
5959

6060

6161

docs/pages/advanced-customization/Core_Orchestration_Engine.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The primary entry point and top-level orchestrator of the entire Pipelex system.
2626

2727
**Related Classes/Methods**:
2828

29-
- <a href="https://github.com/CodeBoarding/pipelex/blob/main/pipelex/pipelex.py#L60-L304" target="_blank" rel="noopener noreferrer">`pipelex.pipelex.Pipelex` (60:304)</a>
29+
- <a href="https://github.com/Pipelex/pipelex/blob/main/pipelex/pipelex.py#L60-L304" target="_blank" rel="noopener noreferrer">`pipelex.pipelex.Pipelex` (60:304)</a>
3030

3131

3232
### Configuration Manager
@@ -44,7 +44,7 @@ Manages the lifecycle of defined pipelines, including their registration, retrie
4444

4545
**Related Classes/Methods**:
4646

47-
- <a href="https://github.com/CodeBoarding/pipelex/blob/main/pipelex/pipeline/pipeline_manager.py#L13-L43" target="_blank" rel="noopener noreferrer">`pipelex.pipeline.pipeline_manager.PipelineManager` (13:43)</a>
47+
- <a href="https://github.com/Pipelex/pipelex/blob/main/pipelex/pipeline/pipeline_manager.py#L13-L43" target="_blank" rel="noopener noreferrer">`pipelex.pipeline.pipeline_manager.PipelineManager` (13:43)</a>
4848

4949

5050
### Pipe Router
@@ -53,7 +53,7 @@ The core execution engine for individual 'pipes'. It dispatches execution reques
5353

5454
**Related Classes/Methods**:
5555

56-
- <a href="https://github.com/CodeBoarding/pipelex/blob/main/pipelex/pipe_works/pipe_router.py#L15-L58" target="_blank" rel="noopener noreferrer">`pipelex.pipe_works.pipe_router.PipeRouter` (15:58)</a>
56+
- <a href="https://github.com/Pipelex/pipelex/blob/main/pipelex/pipe_works/pipe_router.py#L15-L58" target="_blank" rel="noopener noreferrer">`pipelex.pipe_works.pipe_router.PipeRouter` (15:58)</a>
5757

5858

5959

docs/pages/advanced-customization/Pipe_Operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The most fundamental abstract base (pipelex.core.pipe_abstract.PipeAbstract) tha
5555

5656
**Related Classes/Methods**:
5757

58-
- <a href="https://github.com/CodeBoarding/pipelex/blob/main/pipelex/core/pipe_abstract.py#L13-L81" target="_blank" rel="noopener noreferrer">`pipelex.core.pipe_abstract.PipeAbstract` (13:81)</a>
58+
- <a href="https://github.com/Pipelex/pipelex/blob/main/pipelex/core/pipe_abstract.py#L13-L81" target="_blank" rel="noopener noreferrer">`pipelex.core.pipe_abstract.PipeAbstract` (13:81)</a>
5959

6060

6161
### Core Engine

0 commit comments

Comments
 (0)