FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Clean up some links that's referring to LinkedIn (#872) · feathr-ai/feathr@5d565a9 · GitHub

Commit 5d565a9

Browse files
authored
Clean up some links that's referring to LinkedIn (#872)
* update links * fix typos
1 parent 3c426ff commit 5d565a9

16 files changed

Lines changed: 1422 additions & 40 deletions

‎.github/ISSUE_TEMPLATE/bug_report_template.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
- type: markdown
88
attributes:
99
value: |
10-
Thank you for submitting an issue. Please refer to our [contribution guide](https://github.com/linkedin/feathr/blob/main/docs/dev_guide/new_contributor_guide.md) for additional information.
10+
Thank you for submitting an issue. Please refer to our [contribution guide](https://github.com/feathr-ai/feathr/blob/main/docs/dev_guide/new_contributor_guide.md) for additional information.
1111
#### Please fill in this bug report template to ensure a timely and thorough response.
1212
- type: dropdown
1313
id: contribution

‎.github/ISSUE_TEMPLATE/doc_improvements.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
- type: markdown
88
attributes:
99
value: |
10-
Thank you for submitting an issue. Please refer to our [contribution guide](https://github.com/linkedin/feathr/blob/main/docs/dev_guide/new_contributor_guide.md) for additional information.
10+
Thank you for submitting an issue. Please refer to our [contribution guide](https://github.com/feathr-ai/feathr/blob/main/docs/dev_guide/new_contributor_guide.md) for additional information.
1111
#### Please fill in this non-technical template to ensure a timely and thorough response.
1212
- type: dropdown
1313
id: contribution

‎.github/ISSUE_TEMPLATE/feature_request_template.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
- type: markdown
88
attributes:
99
value: |
10-
Thank you for submitting an issue. Please refer to our [contribution guide](https://github.com/linkedin/feathr/blob/main/docs/dev_guide/new_contributor_guide.md) for additional information.
10+
Thank you for submitting an issue. Please refer to our [contribution guide](https://github.com/feathr-ai/feathr/blob/main/docs/dev_guide/new_contributor_guide.md) for additional information.
1111
#### Please fill in this bug report template to ensure a timely and thorough response.
1212
- type: dropdown
1313
id: contribution

‎.github/ISSUE_TEMPLATE/non_technical_request_template.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
- type: markdown
88
attributes:
99
value: |
10-
Thank you for submitting an issue. Please refer to our [contribution guide](https://github.com/linkedin/feathr/blob/main/docs/dev_guide/new_contributor_guide.md) for additional information.
10+
Thank you for submitting an issue. Please refer to our [contribution guide](https://github.com/feathr-ai/feathr/blob/main/docs/dev_guide/new_contributor_guide.md) for additional information.
1111
#### Please fill in this non-technical template to ensure a timely and thorough response.
1212
- type: dropdown
1313
id: contribution

‎build.sbt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ assembly / assemblyMergeStrategy := {
101101
case _ => MergeStrategy.first
102102
}
103103

104-
// Some systems(like Hadoop) use different versinos of protobuf(like v2) so we have to shade it.
104+
// Some systems(like Hadoop) use different versions of protobuf (like v2) so we have to shade it.
105105
assemblyShadeRules in assembly := Seq(
106106
ShadeRule.rename("com.google.protobuf.**" -> "shade.protobuf.@1").inAll,
107107
)

‎docker/Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apt-get update && \
1818

1919
RUN mkdir /feathr
2020
WORKDIR /feathr
21-
RUN pip install git+https://github.com/linkedin/feathr.git#subdirectory=feathr_project
21+
RUN pip install git+https://github.com/feathr-ai/feathr.git#subdirectory=feathr_project
2222

2323
# install code-server
2424
RUN mkdir -p /opt/code-server && \

‎docs/how-to-guides/deployment/deployFeathr.ps1‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ New-AzDeployment `
1616
-Name feathrDeployment `
1717
-location $AzureRegion `
1818
-principalId $UserObjectID `
19-
-TemplateUri https://raw.githubusercontent.com/linkedin/feathr/main/docs/how-to-guides/deploy.json `
19+
-TemplateUri https://raw.githubusercontent.com/feathr-ai/feathr/main/docs/how-to-guides/deployment/deploy.json `
2020
-DeploymentDebugLogLevel All
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pip
2-
git+https://github.com/linkedin/feathr.git#subdirectory=feathr_project
2+
git+https://github.com/feathr-ai/feathr.git#subdirectory=feathr_project
33
pandavro
44
aiohttp

‎docs/samples/customer360/Customer360.ipynb‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@
5555
"\n",
5656
"First step is to provision required cloud resources if you want to use Feathr. Feathr provides a python based client to interact with cloud resources.\n",
5757
"\n",
58-
"Please follow the steps [here](https://feathr-ai.github.io/feathr/how-to-guides/azure-deployment-arm.html) to provision required cloud resources. Due to the complexity of the possible cloud environment, it is almost impossible to create a script that works for all the use cases. Because of this, [azure_resource_provision.sh](https://github.com/linkedin/feathr/blob/main/docs/how-to-guides/azure_resource_provision.sh) is a full end to end command line to create all the required resources, and you can tailor the script as needed, while [the companion documentation](https://feathr-ai.github.io/feathr/how-to-guides/azure-deployment-cli.html) can be used as a complete guide for using that shell script.\n",
58+
"Please follow the steps [here](https://feathr-ai.github.io/feathr/how-to-guides/azure-deployment-arm.html) to provision required cloud resources. Due to the complexity of the possible cloud environment, it is almost impossible to create a script that works for all the use cases. Because of this, [azure_resource_provision.sh](https://github.com/feathr-ai/feathr/blob/main/docs/how-to-guides/azure_resource_provision.sh) is a full end to end command line to create all the required resources, and you can tailor the script as needed, while [the companion documentation](https://feathr-ai.github.io/feathr/how-to-guides/azure-deployment-cli.html) can be used as a complete guide for using that shell script.\n",
5959
"\n",
6060
"\n",
6161
"And the architecture is as below:\n",
6262
"\n",
63-
"![Architecture](https://github.com/linkedin/feathr/blob/main/docs/images/architecture.png?raw=true)"
63+
"![Architecture](https://github.com/feathr-ai/feathr/blob/main/docs/images/architecture.png?raw=true)"
6464
]
6565
},
6666
{
@@ -150,7 +150,7 @@
150150
},
151151
"outputs": [],
152152
"source": [
153-
"! pip install --force-reinstall git+https://github.com/linkedin/feathr.git@registry_fix#subdirectory=feathr_project pandavro scikit-learn"
153+
"! pip install --force-reinstall git+https://github.com/feathr-ai/feathr.git@registry_fix#subdirectory=feathr_project pandavro scikit-learn"
154154
]
155155
},
156156
{
@@ -168,7 +168,7 @@
168168
"\n",
169169
"In the first step (Provision cloud resources), you should have provisioned all the required cloud resources. If you use Feathr CLI to create a workspace, you should have a folder with a file called `feathr_config.yaml` in it with all the required configurations. Otherwise, update the configuration below.\n",
170170
"\n",
171-
"The code below will write this configuration string to a temporary location and load it to Feathr. Please still refer to [feathr_config.yaml](https://github.com/linkedin/feathr/blob/main/feathr_project/feathrcli/data/feathr_user_workspace/feathr_config.yaml) and use that as the source of truth. It should also have more explanations on the meaning of each variable."
171+
"The code below will write this configuration string to a temporary location and load it to Feathr. Please still refer to [feathr_config.yaml](https://github.com/feathr-ai/feathr/blob/main/feathr_project/feathrcli/data/feathr_user_workspace/feathr_config.yaml) and use that as the source of truth. It should also have more explanations on the meaning of each variable."
172172
]
173173
},
174174
{
@@ -307,7 +307,7 @@
307307
"source": [
308308
"#### Setup necessary environment variables\n",
309309
"\n",
310-
"You have to setup the environment variables in order to run this sample. More environment variables can be set by referring to [feathr_config.yaml](https://github.com/linkedin/feathr/blob/main/feathr_project/feathrcli/data/feathr_user_workspace/feathr_config.yaml) and use that as the source of truth. It should also have more explanations on the meaning of each variable."
310+
"You have to setup the environment variables in order to run this sample. More environment variables can be set by referring to [feathr_config.yaml](https://github.com/feathr-ai/feathr/blob/main/feathr_project/feathrcli/data/feathr_user_workspace/feathr_config.yaml) and use that as the source of truth. It should also have more explanations on the meaning of each variable."
311311
]
312312
},
313313
{

‎docs/samples/databricks/databricks_quickstart_nyc_taxi_demo.ipynb‎

Lines changed: 1383 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL